{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %} {% if configError %}

Configuration Error

{{ errorMessage }}

{% else %}

Constant Contact Integration {% if isConnected %} Connected {% else %} Not Connected {% endif %}

Automatically add customer email addresses to your Constant Contact list when they check in.

{% if not isConnected %}

Connect to Constant Contact

Connect your Constant Contact account to automatically sync customer emails. You'll be redirected to Constant Contact to authorize the connection.

Connect to Constant Contact
{% endif %} {% if isConnected %}

Connected Account

Constant Contact
Connected
{% if accountInfo %}
Organization {{ accountInfo.organization_name }}
Email {{ accountInfo.contact_email }}
{% endif %}
{% if selectedList %}

Active List

{{ selectedList.name }}
{{ selectedList.membership_count }} contacts
New customer emails will be added to this list automatically.
{% else %}

No List Selected

Please select a list from the right panel to start collecting emails.

{% endif %}

Select Email List

Choose which Constant Contact list you want customer emails added to.

{% if lists|length > 0 %} {% for list in lists %}
{{ list.name }}
{{ list.membership_count }} contacts
{% endfor %} {% else %}

No lists found. Create one below.

{% endif %}
Create New List
{% endif %} {% endif %}{# configError #} {% include 'components/footer.html' %}