Headers
(Required) Your Ringg AI API key.
Body
application/json
The name of the person to call
Example:
"John Doe"
The phone number to call
Example:
"+1234567890"
UUID of the agent that will handle the call
Example:
"830f767a-397e-4b39-82ff-235cd344e2f9"
The phone number to call from (with country code)
Example:
"+1987654321"
Custom variables that will be replaced in the agent's prompt using @{{variable_name}} syntax
Example:
{
"company_name": "XYZ Corp",
"appointment_date": "2025-01-20",
"product_name": "Premium Service"
}
Override default call configuration
Example:
{
"idle_timeout_warning": 10,
"idle_timeout_end": 15,
"max_call_length": 300,
"call_retry_config": {
"retry_count": 3,
"retry_busy": 30,
"retry_not_picked": 30,
"retry_failed": 30
},
"call_time": {
"call_start_time": "08:00",
"call_end_time": "20:00",
"timezone": "Asia/Kolkata"
}
}