Get New Members automatically added to Mailchimp

I want every new member to automatically be added to my Mailchimp list. I have Zapier, and Discourse is an available app, but the only trigger event I can find is “new post”. Not “account creation” as I would like.

Anyone have successfully made a Zapier integration to automatically add new members to a Mailchimp list, please share your advice. :slight_smile:

1 Like

I’ve had seen feverbee used something like that. perhaps you can ask your question there:

1 Like

This plugin might work: https://github.com/pfaffman/discourse-mailchimp-webhook

2 Likes

Thanks Jay, I hope webhooks will someday be added to the core discourse platform as it is a very nice automation workflow.

Webhooks are available and you can set up a webhook to trigger when a new user is created:

I haven’t used this specific webhook yet, but you probably need to filter based on the X-Discourse-Event HTTP header to respond only to user creation events.

2 Likes