docs: 📝 Add MailerLite guide
This commit is contained in:
4
apps/docs/docs/guides/_category_.json
Normal file
4
apps/docs/docs/guides/_category_.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"label": "Guides / Tutorials",
|
||||
"position": 5
|
||||
}
|
15
apps/docs/docs/guides/mailer-lite.md
Normal file
15
apps/docs/docs/guides/mailer-lite.md
Normal 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
|
BIN
apps/docs/static/img/guides/mailer-lite/1.png
vendored
Normal file
BIN
apps/docs/static/img/guides/mailer-lite/1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 KiB |
BIN
apps/docs/static/img/guides/mailer-lite/2.png
vendored
Normal file
BIN
apps/docs/static/img/guides/mailer-lite/2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 554 KiB |
Reference in New Issue
Block a user