ActiveCampaign integration (Marketing, Productivity). Imported from open-connector.
{api_url}/api/3/users/me
/api/3/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of contacts to return. |
| offset | integer | optional | Offset for retrieving the next ActiveCampaign page. |
| search | string | optional | Free-text search applied to contact names, email, phone, or organization. |
| emailLike | string | optional | Substring filter applied to the contact email address. |
| listId | string | optional | Only return contacts associated with this list identifier. |
| tagId | integer | optional | Only return contacts associated with this tag identifier. |
| segmentId | integer | optional | Only return contacts that match this ActiveCampaign segment. |
| idGreater | integer | optional | Only return contacts with an ID greater than this value. |
| idLess | integer | optional | Only return contacts with an ID less than this value. |
| createdAfter | string | optional | Only return contacts created after this date. |
| createdBefore | string | optional | Only return contacts created before this date. |
| updatedAfter | string | optional | Only return contacts updated after this date. |
| updatedBefore | string | optional | Only return contacts updated before this date. |
| sortBy | string | optional | Contact field used for sorting. |
| sortDirection | string | optional | Sort direction accepted by the connector. |
/api/3/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | ActiveCampaign contact identifier. |
/api/3/contact/sync
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Contact email address used as the sync key. | |
| firstName | string | optional | Contact first name to create or update. |
| lastName | string | optional | Contact last name to create or update. |
| phone | string | optional | Contact phone number to create or update. |
| fieldValues | array | optional | Custom field values to write during the contact sync. |
/api/3/lists
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of lists to return. |
| offset | integer | optional | Offset for retrieving the next ActiveCampaign page. |
| name | string | optional | Substring filter applied to the ActiveCampaign list name. |
/api/3/fields
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of custom fields to return. |
| offset | integer | optional | Offset for retrieving the next ActiveCampaign custom fields page. |