Create Call
Create new call
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name of the call for your own reference
50
The id of the assistant to use for the call
The phoneNumberId of the phone number that will be used to make the call
The phone number with area code of the number you would like to call (ex: +138726394823)
Any override setting you would like to pass into the assistant configuration.
Response
The unique id for the call
The id of the assistant that handled the call
The date and time the call was started
The date and time the call ended
The status of the call
queued
, ringing
, in-progress
, forwarding
, ended
The reason why the call ended
The transcript of the call
The phone number that initiated the call
The phone number that received the call
The type of call
Structured messages representing the events of the conversation
The duration of the call in milliseconds
[Beta] Includes custom evaluations and data extractions for the call. Analysis feature is in beta and is not yet generally available.
A summary of the call
The outcome of the call
If the call was unsuccessful, this will be the reason why
declined
, escalated
, requested-callback
, customer-dropped
, assistant-ended
, opt-out