Trigger an outbound call from an AI agent. The agent must be published and enabled.
You can trigger calls immediately or schedule them for a future time.
Required scope: outbound-calls:write.
For integration examples, see the n8n workflow guide.
{
"success": true,
"element": {
"id": "d05565a7-fe5e-4036-ae0d-c1132fb91543",
"agentId": "3b7123e8-78f7-42c1-bf4d-646ee06d4ddf",
"phoneNumber": "+4915112345678",
"email": "sophie.laurent@northwind.io",
"fullName": "Sophie Laurent",
"additionalData": "Sophie is interested in the enterprise plan. She prefers to speak in English.",
"firstMessage": null,
"scheduledTime": null,
"triggeredAt": null,
"status": "pending",
"callLogId": null,
"callLog": null,
"error": null,
"retryLogs": [],
"createdAt": "2026-04-15T10:00:00.000000Z",
"updatedAt": "2026-04-15T10:00:00.000000Z"
}
}The UUID of the AI agent.
Phone number in E.164 format (e.g. +4915112345678).
Email address of the person to call.
Full name of the person to call.
Additional context for the AI agent to use during the call.
Schedule the call for a future time. Format: YYYY-MM-DD HH:mm:ss. Must be in the future.
Created
Hide child attributes
"d05565a7-fe5e-4036-ae0d-c1132fb91543"
"3b7123e8-78f7-42c1-bf4d-646ee06d4ddf"
pending, completed, failed {
"success": true,
"element": {
"id": "d05565a7-fe5e-4036-ae0d-c1132fb91543",
"agentId": "3b7123e8-78f7-42c1-bf4d-646ee06d4ddf",
"phoneNumber": "+4915112345678",
"email": "sophie.laurent@northwind.io",
"fullName": "Sophie Laurent",
"additionalData": "Sophie is interested in the enterprise plan. She prefers to speak in English.",
"firstMessage": null,
"scheduledTime": null,
"triggeredAt": null,
"status": "pending",
"callLogId": null,
"callLog": null,
"error": null,
"retryLogs": [],
"createdAt": "2026-04-15T10:00:00.000000Z",
"updatedAt": "2026-04-15T10:00:00.000000Z"
}
}