mailchimp
Mailchimp Marketing API
Add survey replicate endpoint and WhatsApp events; document field changes
The API adds a new /lists/{list_id}/surveys/{survey_id}/actions/replicate endpoint for survey operations, expands the WhatsApp event types supported (adding bulk_sent, link_click, subscribe, subscription_phone_updated, unsubscribe, and used_keyword), and moves the thumbnail field in ad outreach responses to be properly nested under the ad object. Additionally, the include_total_contacts parameter and total_contacts response field are documented as deprecated with guidance to use the /audiences endpoint instead. New survey field types (contactInformation and dropdown) are also added.
Alert history
- Additive
Add survey replicate endpoint and WhatsApp events; document field changes
The API adds a new
/lists/{list_id}/surveys/{survey_id}/actions/replicateendpoint for survey operations, expands the WhatsApp event types supported (adding bulk_sent, link_click, subscribe, subscription_phone_updated, unsubscribe, and used_keyword), and moves thethumbnailfield in ad outreach responses to be properly nested under the ad object. Additionally, theinclude_total_contactsparameter andtotal_contactsresponse field are documented as deprecated with guidance to use the/audiencesendpoint instead. New survey field types (contactInformationanddropdown) are also added. - Additive
Add pixel enable/disable endpoints for connected sites
Two new POST endpoints have been added to the Mailchimp Marketing API:
POST /connected-sites/{connected_site_id}/actions/enable-pixelandPOST /connected-sites/{connected_site_id}/actions/disable-pixelto control the Mailchimp tracking pixel for connected sites. These are purely additive and do not affect existing integrations. - Additive
Add pixel management and consent timestamp fields
Mailchimp Marketing API adds two new optional endpoints for managing tracking pixels (
/enable-pixeland/disable-pixel), new read-onlyis_pixel_enabledfield on connected site responses, and new optionalcaptured_attimestamp fields for email and SMS marketing consent objects. These are purely additive changes that enhance consent tracking and pixel management without altering existing behavior.