POST communication_center/events/create
This method creates a new incoming call event on the Communication Centre screen based on the incoming call's phone number and the call agent who will accept this call. A single event can be created by each call
Resource URL
Parameters
Name | Type | Description |
token (mandatory) | String | The token retrieved from the login method |
caller_phone_number (mandatory) | String | The phone number of the incoming call for which a new events should be created in the Communication Centre screen
|
call_agent_extension (mandatory) | String | The phone extension number of the call agent (User) who will accept the incoming phone call. |
Restrictions
- It is mandatory to specify one of the semi-optional parameters.