2
0

docs: 📝 Add MailerLite guide

This commit is contained in:
Baptiste Arnaud
2022-02-20 11:10:00 +01:00
parent 6ec8d06b97
commit 37ef56bfc4
4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"label": "Guides / Tutorials",
"position": 5
}

View File

@ -0,0 +1,15 @@
# Add a subscriber to MailerLite
1. Add a step that collects the email and set it into a variable
2. Add a Webhook step
<img src="/img/guides/mailer-lite/1.png" width="800" alt="Iframe preview"/>
3. Configure the Webhook step with the following information:
<img src="/img/guides/mailer-lite/2.png" width="400" alt="Iframe preview"/>
For more info on what fields you can add: https://developers.mailerlite.com/reference/create-a-subscriber
4. Replace "YOUR_TOKEN" with your API token. It can be found here: https://app.mailerlite.com/integrations/api/
5. Whenever the user enters his email it should add it to your subscribers' list on MailerLite

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB