2023-12-22 09:13:53 +01:00
|
|
|
---
|
|
|
|
title: Add a subscriber to MailerLite
|
|
|
|
---
|
2022-02-20 11:10:00 +01:00
|
|
|
|
|
|
|
1. Add a step that collects the email and set it into a variable
|
|
|
|
2. Add a Webhook step
|
|
|
|
|
2023-12-22 09:13:53 +01:00
|
|
|
<Frame>
|
|
|
|
<img src="/images/guides/mailer-lite/1.png" alt="Iframe preview" />
|
|
|
|
</Frame>
|
2022-02-20 11:10:00 +01:00
|
|
|
|
|
|
|
3. Configure the Webhook step with the following information:
|
|
|
|
|
2023-12-22 09:13:53 +01:00
|
|
|
<Frame style={{ maxWidth: '400px' }}>
|
|
|
|
<img src="/images/guides/mailer-lite/2.png" alt="Iframe preview" />
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
For more info on what fields you can add: https://developers.mailerlite.com/reference/create-a-subscriber
|
2022-02-20 11:10:00 +01:00
|
|
|
|
2022-02-21 06:57:44 +01:00
|
|
|
4. Replace "YOUR_TOKEN" with your API key. It can be found here: https://app.mailerlite.com/integrations/api/
|
2022-02-20 11:10:00 +01:00
|
|
|
5. Whenever the user enters his email it should add it to your subscribers' list on MailerLite
|