Constant Contact v3 REST API for managing contacts, lists, and email campaigns.

Changelog

3 versions
v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Constant Contact API.
v1.0.1
  • Added output examples to component schemas.
v1.0.0
  • Initial version

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Scopes:
contact_data campaign_data account_read offline_access

Actions

14
Create Contact icon

Create Contact

Create a new contact.
Create Email Campaign icon

Create Email Campaign

Create a new email campaign in Constant Contact.
Create Contact List icon

Create Contact List

Create a new contact list.
Delete Contact icon

Delete Contact

Delete a contact by Id.
Delete Contact List icon

Delete Contact List

Delete a contact list by Id.
Delete Email Campaign icon

Delete Email Campaign

Delete an email campaign by Id.
Find Contact Lists icon

Find Contact Lists

Search for contact lists. Returns a maximum of 500 records.
Find Contacts icon

Find Contacts

Search and list contacts. Returns a maximum of 500 contacts per request.
Get Contact icon

Get Contact

Retrieve a specific contact by its unique Id.
List Tags icon

List Tags

Retrieve a list of all tags in your Constant Contact account. Maximum of 500 tags returned per request.
Find Email Campaigns icon

Find Email Campaigns

Search and list email campaigns. Returns a maximum of 500 campaigns.
Update Contact icon

Update Contact

Update an existing contact by Id.
Update Contact List icon

Update Contact List

Update an existing contact list by Id.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Constant Contact API.