Authorizations
API Key is required in header. You can find it in the settings
Body
The caller’s phone number in E.164 format. This number must be obtained from SigmaMind or configured using SIP trunking with SigmaMind.
14155552671
The callee’s phone number in E.164 format. This defines the recipient of the outbound call.
14155552671
The unique identifier of the Agent assigned to handle the outbound call.
"D5D0p7TUs66TTAEAx"
A set of dynamic key-value pairs required by the selected Agent. These variables allow personalization of the call, such as passing the customer’s name or other contextual details.
{ "customer_name": "Michael" }
Response
OK
A unique identifier for any call, whether inbound, outbound, or web-based.
"AuUKK371Spr5nHJS"
Specifies the direction or type of the call.
inbound, outbound, web
"inbound"
Unique identifier for the conversation associated with the call.
123456789
Phone number details of the caller
"Object"
Status of the call
scheduled, in-progress, completed, failed
"completed"
Timestamp indicating when the call began.
"2021-04-20T10:00:00.000Z"
Timestamp indicating when the call ended.
"2021-04-20T10:00:00.000Z"
Total duration of the call in seconds.
120
Reason for call termination
customer_ended_call, agent_ended_call, inactivity, busy, no-answer, failed
"inactive"
The timestamp when the call record was created.
"2021-04-20T10:00:00.000Z"
The timestamp when the call record was last updated.
"2021-04-20T10:00:00.000Z"
A set of dynamic key-value pairs required by the selected Agent. These variables allow personalization of the call, such as passing the customer’s name or other contextual details.
{ "customer_name": "Michael" }