Step-by-step guide to integrate MailerLite with your agent and add subscribers using webhook integration. Learn how to collect user emails and send them to MailerLite for email marketing campaigns.
{{user.email}}
.Set up the Webhook step with the following information:
POST
https://connect.mailerlite.com/api/subscribers
Content-Type
: application/json
Authorization
: Bearer YOUR_TOKEN
(replace YOUR_TOKEN
with your MailerLite API key)Note: You can find your API key in the MailerLite API settings.
Ensure that the workflow is set up correctly, and test it using an iframe preview.
To preview, integrate an iframe in your testing environment. Example configuration:
For more information on what fields you can add, refer to the MailerLite documentation: List All Fields.
Before deployment, verify the following:
{{user.email}}
variable.Tip: Use JSONLint to validate your JSON structure.
Step-by-step guide to integrate MailerLite with your agent and add subscribers using webhook integration. Learn how to collect user emails and send them to MailerLite for email marketing campaigns.
{{user.email}}
.Set up the Webhook step with the following information:
POST
https://connect.mailerlite.com/api/subscribers
Content-Type
: application/json
Authorization
: Bearer YOUR_TOKEN
(replace YOUR_TOKEN
with your MailerLite API key)Note: You can find your API key in the MailerLite API settings.
Ensure that the workflow is set up correctly, and test it using an iframe preview.
To preview, integrate an iframe in your testing environment. Example configuration:
For more information on what fields you can add, refer to the MailerLite documentation: List All Fields.
Before deployment, verify the following:
{{user.email}}
variable.Tip: Use JSONLint to validate your JSON structure.