How is it useful:
- Easily receive notifications from Mailchimp
- Get notified in flow, chat, email, or any service you use
- Automate process without human interaction
You don’t need to check Mailchimp for a new audience. You will be informed about it in Tekos chat. You can also get notified about the ticket in Slack, Telegram, Whatsapp, and Messenger.
Mailchimp preparation:
All you need to do is to create a webhook to the flow.
To create a webhook:
-
Log into Mailchimp and navigate to the Audience page
-
Select the audience you want to work with in the Current Audience dropdown
-
Click the Manage Audience dropdown button and select Settings
-
On the Settings page, click Webhooks
-
Click the Create New Webhook button
-
In the Callback URL field, add the URL of the integration or application where you want to send webhook requests – https://{{your_tekos_instance}}.tekos.co/api/mailchimp/subscriber/add – this URL will receive data about your Mailchimp audience
-
Select the boxes next to each update type to choose the events that will trigger your webhook — in this guide, we’ll choose Subscribes
-
Click Save to save your new webhook
The webhook will now notify your application of subscribe and unsubscribe events as they occur.
How to start with the flow:
Download our JSON file and import it into your project. (TUTORIAL)
First, set your credentials or skip this part if it’s already done. (tutorial)
Under the *Set name & avatar node insert preferred data or leave the default name.
You can also change the messages below step 3.
This flow stores app credentials in flow context data. You can have one app for each flow tab, but multiple webhooks for one app.
Nicely done:
Once everything is set all you need is to deploy the changes and click on the inject node next to the second step. Now you can wait for some users that will trigger the webhook.