Tag added automation you can drive end-to-end onboarding, nurture and re-engagement flows from your own backend.
Pieces that compose
When a tag is newly attached to a contact, Notealy emits a
contact.tag_added event. Any active automation with a matching trigger fires, and its Send message action dispatches through the channel you picked.
End-to-end recipe
- Pick channels and create templates
- For email: create an Email Template (controls from address, domain, subject and body).
- For WhatsApp Cloud API: register a Meta Cloud Template and select it on the action.
- For QR-based WhatsApp: create a Message Template; the action will use it as the body.
- For Instagram/Facebook DM: provide the body inline on the action.
- Build the automation —
Tag addedfiltered to a specific tag id, withSend messageconfigured for the channel you want. - Push contacts via the API with the same tag id in
tagIds.
Example
contact.created and contact.tag_added. Any automation whose trigger matches will run; the email/WA/Meta Cloud/IG/FB message goes out asynchronously.
Idempotency guarantees
- Re-posting the same payload finds the existing contact (matched by phone or email) and does not re-emit
contact.tag_addedfor tags already attached. The automation does not re-trigger. - New tags added in subsequent calls do emit fresh events — so you can layer tags over time and each one drives its own automation.
Where to verify
- The contact appears in the dashboard with the new tag and
Source: API. - The automation execution shows up under Automations → Runs.
- Outbound messages appear in the contact’s timeline.