Skip to content
Hookturn Hookturn Docs

Does the MailChimp integration support tags?

Yes — tags can be added via PHP. The MailChimp integration’s UI only exposes list, name, and email address, but the af/form/mailchimp/request filter lets you modify the outgoing API request before it’s sent, so you can append tags (or any other field MailChimp’s API supports) programmatically.

The full PHP example lives in the MailChimp doc: How to add tags using PHP.

For the full set of fields you can attach to a subscriber via this filter, see MailChimp’s “Add member to list” endpoint reference.