The Notealy automation engine listens to several events and can act across every channel the workspace is connected to. By combining a single API call with aDocumentation Index
Fetch the complete documentation index at: https://docs.notealy.com/llms.txt
Use this file to discover all available pages before exploring further.
Tag added automation you can drive end-to-end onboarding, nurture and re-engagement flows from your own backend.
Pieces that compose
| Piece | Where it lives |
|---|---|
POST /v1/people (with tagIds) | Public API — adds the contact and attaches tags |
Automation: Tag added → Send message | Notealy dashboard |
| Channels: Email, Instagram DM, Facebook DM, WhatsApp (QR), WhatsApp Cloud API | Connected per-organization in the dashboard |
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.