- Integrations
- /
- Aircall
- /
- Triggers
- /
- Call Tagged
ATriggerAircallReal-timeUpdated May 2026
When does Aircall fire on call tagging?
Short answer: Drop the "Aircall → Call Tagged" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Aircall, not on a polling schedule.
Anatomy
What this trigger looks like in a workflow.
Drop it on the canvas. Configure a couple of fields. Publish.
In the builder
TriggerA
Call Tagged
When the matching event happens
call tagged aircalltag applied to callwhen call taggedon call taggedwatch for tagged call
What this trigger returns
for the curiousYou don’t need to read this. Tiny Command 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.
{"call_id": 12345,"tag_name": "Lead","tag_color": "#00B388"}
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.
| Field | Type | Example |
|---|---|---|
| call_id | number | 12345 |
| tag_name | string | "Lead" |
| tag_color | string | "#00B388" |
Pairs with
Drop these actions after Call Tagged.
FAQ
Questions about Call Tagged.
How does the Call Tagged trigger work in Aircall?
Fires when a tag is added to a call — either by the agent after wrap-up or by an automation rule. Useful for "tag-based routing" workflows: a "demo-requested" tag fires a workflow to book the demo; a "support-issue" tag opens a ticket in the support tool.
Is the Call Tagged trigger real-time?
Yes. Call Tagged uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Aircall.
What data does Call Tagged return?
The full event payload from Aircall. 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 Call 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 Aircall admin permissions to use Call Tagged?
For most Aircall accounts a standard user can authorize the trigger. Some Aircall plans require an admin to enable third-party webhooks. Check Aircall's docs if the trigger fails to register.
More triggers
Other Aircall triggers.
Trigger
Call Created
Fires the moment Aircall creates a call record — typically at call answer or right after voicemail drop. Payload includes the direction (inbound/outbound), the from/to numbers, the assigned user, and the associated contact if Aircall matched the number. The hook for "log every inbound call to the CRM" sync workflows.
TriggerCall Ended
Fires once a call completes (either party hangs up). Payload includes duration, final recording URL if recording was on, and the disposition (answered, missed, voicemail). The standard hook for post-call workflows — generate the AI summary, log to CRM, route follow-up tasks based on disposition.
Build a workflow on this trigger.
One trigger. 6+ downstream actions. Zero glue.