EmailOctopus integration (Communication, Marketing). Imported from open-connector.
https://emailoctopus.com/api/1.6/lists
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return, up to 100. |
| page | integer | optional | Specific 1-based page number to request. |
/lists/{list_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | EmailOctopus list identifier. |
/lists/{list_id}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | EmailOctopus list identifier. |
| limit | integer | optional | Maximum number of records to return, up to 100. |
| page | integer | optional | Specific 1-based page number to request. |
/lists/{list_id}/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | EmailOctopus list identifier. |
| contact_id | string | required | EmailOctopus contact identifier. |
/lists/{list_id}/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | EmailOctopus list identifier. |
| email_address | string | required | Contact email address accepted by the official EmailOctopus API. |
| fields | object | optional | Custom contact fields object accepted by the official EmailOctopus API. |
| tags | array | optional | Tag names accepted by the official create-contact API. |
| status | string | optional | Contact status value accepted by the official EmailOctopus API. |
/lists/{list_id}/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | EmailOctopus list identifier. |
| contact_id | string | required | EmailOctopus contact identifier. |
| email_address | string | optional | Contact email address accepted by the official EmailOctopus API. |
| fields | object | optional | Custom contact fields object accepted by the official EmailOctopus API. |
| tags | object | optional | Tag update map accepted by the official update-contact API. |
| status | string | optional | Contact status value accepted by the official EmailOctopus API. |
/lists/{list_id}/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | EmailOctopus list identifier. |
| contact_id | string | required | EmailOctopus contact identifier. |
/campaigns
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return, up to 100. |
| page | integer | optional | Specific 1-based page number to request. |
/campaigns/{campaign_id}
| Param | Type | Required | Description |
|---|---|---|---|
| campaign_id | string | required | EmailOctopus campaign identifier. |