Trigger Calls

Trigger AI-powered phone calls for candidate screening. Supports both single and bulk operations.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
candidateNamestringRequired
Candidate full name
phonestringRequired
Phone number
agentIdstringOptional

Iris agent ID to use for the call. Optional if campaignId is provided with IRIS-enabled interview setup.

campaignIdstringOptional
Job campaign ID. If provided without agentId, will use agent from campaign's IRIS interview setup.
dynamicVariablesmap from strings to anyOptional

Retell LLM dynamic variables for personalization. Accepts any data type (string, number, object, etc.)

metadatamap from strings to anyOptional
Custom metadata for the call. Accepts any data type.

Response

Call initiated successfully
successbooleanOptional
processedintegerOptional
failedintegerOptional
totalintegerOptional
callslist of objectsOptional

Errors

400
Bad Request Error