> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a subscriber to MailerLite

1. Add a step that collects the email and set it into a variable
2. Add a Webhook step

<Frame>
  <img src="https://mintcdn.com/typebot/rHkgfCATWjP6ntzz/images/guides/mailer-lite/1.png?fit=max&auto=format&n=rHkgfCATWjP6ntzz&q=85&s=6cf75012efe17a4d030a2fb3aabe1254" alt="Iframe preview" width="1318" height="598" data-path="images/guides/mailer-lite/1.png" />
</Frame>

3. Configure the Webhook step with the following information:

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/typebot/rHkgfCATWjP6ntzz/images/guides/mailer-lite/2.png?fit=max&auto=format&n=rHkgfCATWjP6ntzz&q=85&s=1877072d0a3b27c4b04fd31f96a65e27" alt="Iframe preview" width="936" height="1646" data-path="images/guides/mailer-lite/2.png" />
</Frame>

For more info on what fields you can add: [https://developers.mailerlite.com/reference/create-a-subscriber](https://developers.mailerlite.com/reference/create-a-subscriber)

4. Replace "YOUR\_TOKEN" with your API key. It can be found here: [https://app.mailerlite.com/integrations/api/](https://app.mailerlite.com/integrations/api/)
5. Whenever the user enters his email it should add it to your subscribers' list on MailerLite
