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.
DEPRECATED: Use the use_case_id instead.
DEPRECATED: ID of the voice that the agent will use.
DEPRECATED: Model to use for the call
ID of the prompt to use for the call. If empty, default output prompt will be used.
ID of the use case that should handle the call.
24
ID of the agent that should handle the call.
ID of the model that should handle the call.
Base64 encoded CSV file with phone numbers to call (for backward compatibility).
Array of calls to schedule.
Specifies the interval (in minutes) between each call in the campaign. This setting will be overridden if individual calls have a scheduled_date specified.
Name of the campaign.
Retry logic for the campaign.
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.
Response
Was this page helpful?