Create Outbound Call
Create an outbound call and have an AI answer questions for you.
Headers
Your API key for authentication. Use Bearer format.
Body
ID of the assistant that should handle the call.
ID of the phone number that should trigger the call.
Phone number to call.
"+1234567890"
Model to use for the call. Out of the box supported models are:
- Fast: Our turbo model.
- Balanced: The ideal model is you want to sacrifice a bit of speed for robustness.
- Robust: Our smartest and robust model.
"Fast"
Dynamic parameters to inject into the templated assistant prompt.
Questions that the AI assistant will try to answer once the call has finished.
["What is the location of the driver?"]
Response
Unique identifier for the call.
Organization ID.
Type of the call.
Inbound
, Outbound
Status of the call.
Dialing
, Connected
, Ended
, Completed
, Missed
, Abandoned
, Failed
Provider of the call.
Twilio
, Web
, Chat
Call metadata.
Assistant that handled the call.
Hooks to be executed after the call ends.
Dynamic parameters to inject into the templated assistant prompt.
Date the call was created.
User emails that have viewed the call in the Happyrobot App.
Sample IDs that are associated with the call.
Questions that the AI assistant will try to answer once the call has finished.
Date the call was connected with the assistant.
Duration of the call in seconds.
Was this page helpful?