Python
Calls
Create outbound call
Creates an outbound campaign call for a configured assistant.
POST
Python
Authorizations
Your SuperU API key.
Body
application/json
Request body for Create outbound call.
Outbound Call Create Request schema.
Assistant ID
Example:
"ag_01HXR8FM5QYCVXAK4TYFJ4AEP0"
Destination number
Example:
"+14155552671"
Optional source number
Example:
"+14155550000"
Campaign ID
Example:
"demo_call"
Customer display name
Example:
"Ava"
Customer identifier
Example:
"cust_123"
Key-value pairs for variables used in the agent script.
- Variable names must exactly match those defined in the script.
- These values replace the corresponding {{ variable_name }} placeholders in the script.
Example:
{ "key": "value" }Response
Outbound call created

