aircall_trigger_agent_call
Trigger an outbound call from an Aircall AI Voice Agent using agent ID, phone number, and context placeholders. Use an idempotency key to prevent duplicate calls.
Instructions
Trigger an outbound call handled by an Aircall AI Voice Agent. The agent must be configured in the Aircall Dashboard with a connected number and first message. Every {{variable}} in the agent's messages must have a matching key in context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Values for {{variable}} placeholders in the agent's messages. ISO 8601 UTC datetimes require a "timezone" key. | |
| agent_id | Yes | The AI Voice Agent ID (configured in the Aircall Dashboard) | |
| contact_phone | Yes | Phone number to call (E.164 format) | |
| idempotency_key | Yes | Unique key to prevent duplicate calls (e.g. "appt-reminder-2026-08-07-cust-123") | |
| expiration_seconds | No | How long the call request stays valid before expiring |