Trigger: Tag Added
Fire a workflow when a tag is added to a contact — great for segmentation and remarketing.
The Tag Added trigger (tag.added) fires a workflow when a tag is added to a contact — whether manually from the inbox, by another workflow, or by the AI Agent. It's the foundation for automatic segmentation: every time a contact enters a category (VIP, past-due, interested in product X), you can trigger specific actions.
When it fires
It fires as soon as the tag is saved on the contact, regardless of the source (agent, API, workflow, or AI).
Requirements
- At least one tag created in the workspace (Settings > Tags, or created on the fly from the inbox).
Trigger configuration
- Tag name: leave blank to fire on any tag, or set an exact one (e.g. "VIP") to scope the workflow to that case.
- This trigger supports the "run only once per contact" option — useful to avoid resending the same welcome message if a tag is removed and re-added.
Available variables
$tag.id,$tag.name,$tag.added_at- Standard
$contact.*variables
Example
A workflow triggered by tag.added with Tag name = "VIP": as soon as an agent tags a contact as VIP, the workflow reassigns the conversation to the Key Accounts team and sends a personalized welcome message using $contact.first_name.
Tips
- Combine with
tag.removedto build the reverse flow (e.g. drop someone from a remarketing list once they stop being "interested"). - Use the exact tag name as it appears under Settings > Tags — matching isn't guaranteed to be case-insensitive everywhere, so test it first.
Troubleshooting
If the workflow doesn't fire, check that the tag was actually added to the contact (not just to the conversation) and that the filter's configured name matches the real tag exactly.
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.