Skip to content
ATriggerAircallReal-timeUpdated May 2026

When does Aircall fire when a call finishes?

Short answer: Drop the "AircallCall Ended" 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 Ended
When the matching event happens
call ended aircallwhen call endscall hangupon call endedwatch for call ended
What this trigger returns
for the curious

You 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,
"duration": 42,
"direction": "inbound",
"user_name": "Jane Doe",
"raw_digits": "+15551234567"
}
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.

FieldTypeExample
call_idnumber12345
durationnumber42
directionstring"inbound"
user_namestring"Jane Doe"
raw_digitsstring"+15551234567"
FAQ

Questions about Call Ended.

How does the Call Ended trigger work in Aircall?
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.
Is the Call Ended trigger real-time?
Yes. Call Ended uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Aircall.
What data does Call Ended 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 Ended 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 Ended?
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.

Build a workflow on this trigger.

One trigger. 6+ downstream actions. Zero glue.