Automations
Add Tag Node
2 min readnode-add-tag
Apply one or more tags to the current lead for filtering, segmentation, and reporting.
Add Tag Node
Adds a tag to the lead record in FlowMaticX. Tags appear on the lead detail page and can be used to filter leads in the CRM view.
When to use it
- Tag leads as
hot-leadwhen an AI score exceeds 80. - Mark leads as
whatsapp-sentto prevent duplicate messages in later runs.
---
Required fields
| Field | Type | Required | Description |
|---|---|---|---|
| tag | string | Yes | Tag string to apply — e.g. hot-lead, nurture-q2 |
---
Variables available
This node does not produce output variables.
---
Step-by-step setup
- Add an Add Tag node after a condition or action node.
- Enter the tag name (lowercase, hyphens are fine).
- Save.
---
Example config
json
{
"tag": "hot-lead"
}
---
Tips & gotchas
- Tags are additive — this node never removes existing tags.
- Use consistent naming conventions (e.g. always lowercase with hyphens) to keep filtering manageable.
- You can filter the lead list by tag in the CRM to build targeted segments.