Initiates a call using the specified agent to the provided phone number
Documentation Index
Fetch the complete documentation index at: https://kuralynx.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
custom_variables in your request, they are:
{{variable}} or {variable} syntax{{variable_name}} - Double curly braces (recommended){variable_name} - Single curly bracescustomer.name ← from customer_namecustomer.email ← from customer_emailcustomer.phone ← from customer_phonefirst_sentence configured, you can use variables there too:
{{variable_name}}) will remain in the textAPI key for authentication
Call request parameters
The ID of the agent that will handle the call
Mobile number to call with country code (e.g., +1234567890)
Optional custom variables dictionary for dynamic variable injection in agent instructions, welcome messages, and workflow nodes. Variables are stored with queued calls and available when the call is processed. Use {{variable}} or {variable} syntax in your agent prompts.
{
"customer_name": "John Doe",
"order_number": "12345",
"appointment_date": "2025-01-15"
}