POST api/2.0/crm/voip/call
Makes a call to the phone number specified in the request.
Name |
Description |
Type |
Example |
to
sent in body
|
Phone number to call
|
string
|
some text
|
contactId
sent in body
|
Contact ID
|
string
|
some text
|
POST api/2.0/crm/voip/call
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"to": "some text",
"contactId": "some text"
}