Bridge two external calls together and leave the conference call and provide additional information.
Method: POST
Endpoint:
/omni/voice/{user_id}/call/connect
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
Paste code macro | ||||
---|---|---|---|---|
| ||||
{
"call1_id": <integer>,
"call2_id": <integer>,
"disposition_code_1": <string>,
"disposition_code_2": <string>,
"notes_1": <string>,
"notes2": <string>,
"num_sales1": <integer>, // need to get clarity
"num_sales2": <integer>
} |