Mailchimp integration (Communication, Marketing). Imported from open-connector.
https://{dc}.api.mailchimp.com/3.0/lists
| Param | Type | Required | Description |
|---|---|---|---|
| count | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before collecting the response page. |
/lists/{list_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
/lists/{list_id}/members
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| count | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before collecting the response page. |
| status | string | optional | Mailchimp member status value accepted by the official API. |
/lists/{list_id}/members/{subscriber_hash}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| subscriber_hash | string | required | Lowercase MD5 hash of the subscriber email address accepted by Mailchimp. |
| email_address | string | optional | Subscriber email address used by Mailchimp to derive the subscriber hash. |
/lists/{list_id}/members/{email_address}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| email_address | string | required | Subscriber email address used by Mailchimp to derive the subscriber hash. |
| status_if_new | string | optional | Mailchimp member status value accepted by the official API. |
| skip_merge_validation | boolean | optional | Whether Mailchimp should skip merge-field validation during the write request. |
| merge_fields | object | optional | Merge fields object accepted by the official Mailchimp API. |
| status | string | optional | Mailchimp member status value accepted by the official API. |
| vip | boolean | optional | Whether Mailchimp should mark the member as VIP. |
| language | string | optional | Preferred language code accepted by the official Mailchimp API. |
| email_type | string | optional | Email content type accepted by the official Mailchimp API. |
/lists/{list_id}/members/{subscriber_hash}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| subscriber_hash | string | required | Lowercase MD5 hash of the subscriber email address accepted by Mailchimp. |
| email_address | string | optional | Subscriber email address used by Mailchimp to derive the subscriber hash. |
| skip_merge_validation | boolean | optional | Whether Mailchimp should skip merge-field validation during the write request. |
| merge_fields | object | optional | Merge fields object accepted by the official Mailchimp API. |
| status | string | optional | Mailchimp member status value accepted by the official API. |
| vip | boolean | optional | Whether Mailchimp should mark the member as VIP. |
| language | string | optional | Preferred language code accepted by the official Mailchimp API. |
| email_type | string | optional | Email content type accepted by the official Mailchimp API. |
/lists/{list_id}/members/{subscriber_hash}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| subscriber_hash | string | required | Lowercase MD5 hash of the subscriber email address accepted by Mailchimp. |
| email_address | string | optional | Subscriber email address used by Mailchimp to derive the subscriber hash. |
/lists/{list_id}/members/{subscriber_hash}/actions/delete-permanent
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| subscriber_hash | string | required | Lowercase MD5 hash of the subscriber email address accepted by Mailchimp. |
| email_address | string | optional | Subscriber email address used by Mailchimp to derive the subscriber hash. |
/lists/{list_id}/members/{subscriber_hash}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| subscriber_hash | string | required | Lowercase MD5 hash of the subscriber email address accepted by Mailchimp. |
| email_address | string | optional | Subscriber email address used by Mailchimp to derive the subscriber hash. |
/lists/{list_id}/members/{subscriber_hash}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| subscriber_hash | string | required | Lowercase MD5 hash of the subscriber email address accepted by Mailchimp. |
| email_address | string | optional | Subscriber email address used by Mailchimp to derive the subscriber hash. |
| tags | array | required | Tag updates to submit to Mailchimp. |
/lists/{list_id}/merge-fields
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | Mailchimp audience/list identifier. |
| count | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before collecting the response page. |