Post Phonecall
Create a new PhoneCall
Authorizations
Body
The unique ID of the Team, phoneCall associated with.
"363573667364666473667332"
The ID of the call template used for the call.
"363573667364666473667332"
The name of the human making the call to.
"John"
The phone number the call is made to.
"+1234567890"
Array of prompt variables used in the call.
The ID of the phone number associated with the call.
"363573667364666473667332"
The optional phone number the call should be made from. If not provided AI will use a number from twilio settings.
"+1234567890"
The email of the person, the call is made to.
"someone@email.com"
The status of the phone call. Possible values: "queued", "ringing", "inProgress", "busy", "noAnswer", "canceled", "failed", "completed".
queued
, ringing
, inProgress
, busy
, failed
, noAnswer
, cancelled
, completed
"queued"
The telephony provider to be used for the phone call. Possible values: "twilio", "plivo", "telnyx".
twilio
, plivo
, telnyx
"twilio"
Flag indicating whether recording is enabled for the specific phone call.
false
Can be used to schedule a call for the future. Must be ISO Date as a string with UTC timezone.
"2023-10-12T09:08:00.387Z"
Array of webhooks to be notified for this call.