Skip to content
TriggerActiveCampaignReal-timeUpdated May 2026

When does ActiveCampaign fire the list-membership added event?

Short answer: Drop the "ActiveCampaignContact Added to List" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in ActiveCampaign, not on a polling schedule.

Anatomy

What this trigger looks like in a workflow.

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

In the builder
Trigger
Contact Added to List
When the matching event happens
on contact added to listwhen a contact is added to a listwatch for contact added to listwhen contact added to listnew contact added to list
What this trigger returns
for the curious

You don’t need to read this. Tiny Command 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.

{
"email": "user@example.com",
"event": "subscribe",
"list_id": "1",
"last_name": "Doe",
"contact_id": "123",
"first_name": "John",
"occurred_at": "2026-04-11T10:00:00Z"
}
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
emailstring"user@example.com"
eventstring"subscribe"
list_idstring"1"
last_namestring"Doe"
contact_idstring"123"
first_namestring"John"
occurred_atstring"2026-04-11T10:00:00Z"
FAQ

Questions about Contact Added to List.

How does the Contact Added to List trigger work in ActiveCampaign?
Fires when an existing contact is added to a specific ActiveCampaign list (manually or via automation). Differs from Contact Added in that it tracks list-membership changes rather than contact creation — useful when your funnel structure is "list = segment" and you care about the moment of segment entry.
Is the Contact Added to List trigger real-time?
Yes. Contact Added to List uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in ActiveCampaign.
What data does Contact Added to List return?
The full event payload from ActiveCampaign. 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 Contact Added to List 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 ActiveCampaign admin permissions to use Contact Added to List?
For most ActiveCampaign accounts a standard user can authorize the trigger. Some ActiveCampaign plans require an admin to enable third-party webhooks. Check ActiveCampaign's docs if the trigger fails to register.
More triggers

Other ActiveCampaign triggers.

Build a workflow on this trigger.

One trigger. 11+ downstream actions. Zero glue.