Create Scheduled Outbound Call
Create a scheduled outbound call and have an AI answer questions for you.
Headers
Your API key for authentication. Use Bearer format.
Body
ID of the phone number that should trigger the call.
ID of the agent that should handle the call.
DEPRECATED: Use the use_case_id instead.
Array of calls to schedule.
Name of the campaign.
Base64 encoded CSV file with phone numbers to call (for backward compatibility).
Language of the call. It will default to use case's default language.
en-US
, en-GB
, es-MX
, es-ES
, pt-PT
, de-DE
, fr-FR
, pl-PL
, ro-RO
, it-IT
Specifies the maximum duration of the call in minutes. This value takes precedence over the maximum duration specified in the use-case model. If neither is provided, the default duration is 10 minutes.
DEPRECATED: Model to use for the call
ID of the model that should handle the call.
ID of the prompt to use for the call. If empty, default output prompt will be used.
Retry logic for the campaign.
Specifies the interval (in minutes) between each call in the campaign. This setting will be overridden if individual calls have a scheduled_date specified.
ID of the use case that should handle the call.
24
DEPRECATED: ID of the voice that the agent will use.
Response
Was this page helpful?