GTriggerGoHighLevelReal-timeUpdated June 2026

When does GoHighLevel fire on contact tagging?

Short answer: In TinyCommand, add the GoHighLevel GoHighLevel Contact Tagged trigger to a workflow and publish. It listens through a GoHighLevel 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 GoHighLevel Contact Tagged in GoHighLevel — 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
TriggerG
GoHighLevel Contact Tagged
When the matching event happens
watch for contact taggedwhen contact is tagged in gohighlevelcontact taggedtag addedon contact tagnew tag on 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.

{
"tags": [
"newsletter",
"vip"
],
"email": "jane@example.com",
"phone": "+15551234567",
"lastName": "Smith",
"contactId": "ocQHyuzHvysMo5N5VsXc",
"firstName": "Jane",
"locationId": "ve9EPM428h8vShlRW1KT",
"dateUpdated": "2026-04-11T10:00:00.000Z"
}
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
tagsarray["newsletter","vip"]
emailstring"jane@example.com"
phonestring"+15551234567"
lastNamestring"Smith"
contactIdstring"ocQHyuzHvysMo5N5VsXc"
firstNamestring"Jane"
locationIdstring"ve9EPM428h8vShlRW1KT"
dateUpdatedstring"2026-04-11T10:00:00.000Z"
FAQ

Questions about GoHighLevel Contact Tagged.

How does the GoHighLevel Contact Tagged trigger work in GoHighLevel?
Fires when a tag is added to a contact in GoHighLevel — the agency-favourite CRM/marketing platform. Tags drive GHL's automation triggers; this hook is for cross-system reactions to GHL's tag-based state changes.
Is the GoHighLevel Contact Tagged trigger real-time?
Yes. GoHighLevel Contact Tagged uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in GoHighLevel.
What data does GoHighLevel Contact Tagged return?
The full event payload from GoHighLevel. 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 GoHighLevel Contact Tagged 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 GoHighLevel admin permissions to use GoHighLevel Contact Tagged?
For most GoHighLevel accounts a standard user can authorize the trigger. Some GoHighLevel plans require an admin to enable third-party webhooks. Check GoHighLevel's docs if the trigger fails to register.
More triggers

Other GoHighLevel triggers.

Trigger
Opportunity Stage Changed
Fires when an opportunity transitions between pipeline stages. The high-signal event for revenue forecasting and for "deal at Negotiation → notify VP Sales" workflows.
Trigger workflows on GoHighLevel Contact Tagged in GoHighLevel — start free