Create a batch call
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
The number you own in E.164 format. Must be a number purchased from Retell or imported to Retell.
"+14157774444"
A list of individual call tasks to be executed as part of the batch call. Each task represents a single outbound call and includes details such as the recipient's phone number and optional dynamic variables to personalize the call content.
The name of the batch call. Only used for your own reference.
"First batch call"
The scheduled time for sending the batch call, represented as a Unix timestamp in milliseconds. If omitted, the call will be sent immediately.
1735718400000
Number of concurrency reserved for all other calls that are not triggered by batch calls, such as inbound calls.
x >= 0Allowed calling windows in a specific timezone. Each window is a half-open interval [startMin, endMin) in minutes since 00:00 local time. Cross-midnight windows are NOT allowed (must satisfy startMin < endMin). endMin = 1440 (24:00) is valid.
Successfully created a batch call.
Unique id of the batch call.
"batch_call_dbcc4412483ebfc348abb"
"First batch call"
"+14157774444"
1735718400
Number of tasks within the batch call
Canonicalized minutes-based time windows. Present only if specified when the batch call was created or updated. See CallTimeWindow for format details ([startMin, endMin) in local minutes; no cross-midnight).