Skip to content
TriggerActiveCampaignReal-timeUpdated May 2026

When does ActiveCampaign fire the new-contact event?

Short answer: Drop the "ActiveCampaignContact Added" 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
When the matching event happens
contact addedsubscribenew contactnew subscriberwhen a contact is added in activecampaignwatch for contact subscribe
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",
"phone": "",
"list_id": "1",
"last_name": "Doe",
"contact_id": "678",
"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"
phonestring""
list_idstring"1"
last_namestring"Doe"
contact_idstring"678"
first_namestring"John"
occurred_atstring"2026-04-11T10:00:00Z"
FAQ

Questions about Contact Added.

How does the Contact Added trigger work in ActiveCampaign?
Fires when a new contact lands in ActiveCampaign from any source — form submission, API import, manual entry, or CRM sync. Payload includes the full contact record plus the source attribution. The base hook for "new lead in AC → fan out to slack/sheet/CRM" workflows; pair with a downstream filter on tag or list for tighter targeting.
Is the Contact Added trigger real-time?
Yes. Contact Added uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in ActiveCampaign.
What data does Contact Added 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 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?
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.