TriggerMailerLiteReal-timeUpdated June 2026

When does MailerLite fire on automation entry?

Short answer: In TinyCommand, add the MailerLite MailerLite Automation Triggered trigger to a workflow and publish. It listens through a MailerLite webhook and fires your workflow within seconds of the event, with no polling and no code. Add a filter if you only want some events to start a run.

Trigger workflows on MailerLite Automation Triggered in MailerLite — start free
Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
MailerLite Automation Triggered
When the matching event happens
new automation triggeredwhen automation triggeredon automation triggeredwatch for automation triggeredwhen a subscriber enters an automation
What this trigger returns
for the curious

You don’t need to read this. TinyCommand auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"name": "John Doe",
"email": "user@example.com",
"event": "subscriber.automation_triggered"
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
namestring"John Doe"
emailstring"user@example.com"
eventstring"subscriber.automation_triggered"
FAQ

Questions about MailerLite Automation Triggered.

How does the MailerLite Automation Triggered trigger work in MailerLite?
Fires when a subscriber enters a MailerLite automation. Useful for cross-app fan-out: "they entered nurture sequence → also create the Pipedrive activity / Notion task".
Is the MailerLite Automation Triggered trigger real-time?
Yes. MailerLite Automation Triggered uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in MailerLite.
What data does MailerLite Automation Triggered return?
The full event payload from MailerLite. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter MailerLite Automation Triggered so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need MailerLite admin permissions to use MailerLite Automation Triggered?
For most MailerLite accounts a standard user can authorize the trigger. Some MailerLite plans require an admin to enable third-party webhooks. Check MailerLite's docs if the trigger fails to register.
More triggers

Other MailerLite triggers.

Trigger
MailerLite Email Bounced
Fires when an outbound email bounces. Distinguishes hard vs soft in payload type field. For hard-bounce list-hygiene workflows.
Trigger
MailerLite Subscriber Added
Fires after double-opt-in confirms (or immediately for single opt-in). The base hook for "new subscriber → push to CRM, fan out welcome" workflows.
Trigger
MailerLite Unsubscribe
Fires when a subscriber opts out. For "suppress in CRM, log to churn" downstream cleanup workflows.
Trigger
MailerLite Subscriber Updated
Fires on any subscriber field change. For specific updates (tag added, custom field set), inspect the payload.
Trigger workflows on MailerLite Automation Triggered in MailerLite — start free