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 | ||||
---|---|---|---|---|
| ||||
{
"call_1_id": <integer>,
"call_2_id": <integer>,
"disposition_code_1": <string>,
"disposition_code_2": <string>,
"notes_1": <string>,
"notes_2": <string>,
"num_sales_1": <integer>,
"num_sales_2": <integer>
} |
Field | Type | Description |
---|---|---|
call_1_id | integer | The ID of the first call that you want to connect. |
call_2_id | integer | The ID of the first call that you want to connect. |
dispostion_code_1 | integer | The disposition code for call1_id |
dispostion_code_2 | integer | The disposition code for call2_id |
notes_1 | string | The notes for call1_id |
notes_2 | string | The notes for call2_id |
num_sales_1 | integer | When completing the connect calls you can say this was completed with the number of sales which were made. |
num_sales_2 | integer | When completing the connect calls you can say this was completed with the number of sales which were made. |