> ## Documentation Index
> Fetch the complete documentation index at: https://typebot-feat-elevenlabs.mintlify.site/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://mintlify.s3-us-west-1.amazonaws.com/typebot-feat-elevenlabs/images/guides/mailer-lite/1.png" alt="Iframe preview" />
</Frame>

3. Configure the Webhook step with the following information:

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/typebot-feat-elevenlabs/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](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
