TriggerActiveCampaignReal-timeUpdated September 2026

When is a tag applied to an ActiveCampaign contact?

Short answer: In TinyCommand, add the ActiveCampaign Tag Added to Contact trigger to a workflow and publish. It listens through a ActiveCampaign 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 continue past the trigger.

Trigger workflows on Tag Added to Contact in ActiveCampaign — 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
Tag Added to Contact
When the matching event happens
on tag added to contactwhen a tag is added to a contactnew tag added to contactwatch for tag added to contactwhen tag added to contact
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.

{
"tag": "vip",
"email": "user@example.com",
"event": "contact_tag_added",
"tag_id": "55",
"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
tagstring"vip"
emailstring"user@example.com"
eventstring"contact_tag_added"
tag_idstring"55"
last_namestring"Doe"
contact_idstring"123"
first_namestring"John"
occurred_atstring"2026-04-11T10:00:00Z"
FAQ

Questions about Tag Added to Contact.

How does the Tag Added to Contact trigger work in ActiveCampaign?
Fires whenever a tag is added to a contact — by automation, by manual edit, or by API. The cleanest signal for behaviour-driven workflows since ActiveCampaign's tag system is the typical place where qualification status, engagement level, or product interest gets recorded. Configure the trigger to a specific tag for tight scoping.
Is the Tag Added to Contact trigger real-time?
Yes. Tag Added to Contact uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in ActiveCampaign.
What data does Tag Added to Contact 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 Tag Added to Contact 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 Tag Added to Contact?
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.

Trigger workflows on Tag Added to Contact in ActiveCampaign — start free