Mailchimp "Update Operation" missing "Tags" field

Hey, I’d like to share my input here on how to update Mailchimp Tags, as you might already know, the update node doesn’t have the option to add/remove a tag. Here, I’ll show you how to use an HTTP Request to achieve this.

First of all, start with a GET request. In this request, you’ll receive some links within the body. You can use these links as parameters (so it works with all the users it returns, not just one). I added “/tags” to emphasize that it’s the route for tags. In the body, pass the JSON related to the tag you want to add. If you want to delete a tag, simply set it to “inactive” and it will disappear. In Mailchimp’s documentation, you can find many more routes.
Hope this can help some people.

**my If node, is redundant, im just using to filter people that mailchimp could not find, this is just part of my real workflow.

2 Likes