Add Tag in MailChimp via API

Status: Closed · Asked by Troy Coker on · 0 views

troycoker08 — Question ·

Hello, I'm able to PUT info to an existing contact including Merge Fields but cannot work out how to add a Tag in the same action.

Can anyone assist?

See attached file.

Troy

Pabblymember11 — Reply ·

Hey @troycoker08

The API call which you are requesting is currently available as an action event in MailChimp as shown below. You don't have to use API step as you're currently using.

Note: Provide the tags in following format below
{"name": "abc","status": "active"},{"name": "xyz","status": "inactive"}

Back to all forum threads · Log in to reply