Constant Contact
Integry supports a number of triggers and actions of Constant Contact.
Authentication
Your users will login to Constant Contact via OAuth 2.0.
Triggers
Name | Type | Description |
Email Campaign Created | Polling | Triggers when a new campaign is created |
Contact Created/Updated | Polling | Triggers when a contact is created or updated |
For more, please see Constant Contact API docs.
Actions
Name | Method | Description |
Create Email Campaign | POST | Creates a new email campaign |
Update Email Campaign's Name | PATCH | Updates an existing email campaign's name |
Delete Email Campaign | DELETE | Deletes an existing email campaign |
Delete Contact | DELETE | Deletes an existing contact |
Unsubscribe Contact | PUT | Unsubscribes an existing contact |
Create Contact | POST | Creates a new contact |
Update Contact | PATCH | Updates an existing contact |
Get Contact by ID | GET | Fetches a contact details by ID |
Create Tag | POST | Creates a new tag |
For more, please see Constant Contact API docs.
Last updated