Initiate Outbound Call
Initiate an outbound call.
Method: POST
Endpoint: /omni/voice/{user_id}/call
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Field | Type | Description |
---|---|---|
phone_number | string | The phone number that must be dialed. |
lead_id | integer | [optional]The ID of the lead on the system. |
outboud_cli | string | The phone number to be displayed when dialing out. |
unique_id | string | The external unique ID for this call/lead. |
Field | Type | Description |
---|---|---|
call_id | int | The unique id for the placed call. |
phone_number | string | The phone_number that was dialed. |
call_state | string | The state of the call. |
call_start_time | dateTime.ISO | The start time and date when the call was initiated. |
, multiple selections available,
Related content
Connect Calls
Connect Calls
More like this
Put Call On Hold
Put Call On Hold
More like this
Retrieve On Hold Call
Retrieve On Hold Call
More like this
Hang Up Call
Hang Up Call
More like this
Initiate Shotgun Dial
Initiate Shotgun Dial
More like this
Dispose Call
Dispose Call
More like this