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}}
.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.
{{user.email}}
variable.Tip: Use JSONLint to validate your JSON structure.