Receive Conversation Events
This webhook sends a request to the CRM that contains the agent's information and collects the agent's information along with conversation events.
https://api.<region>.cloud.uniphore.com/v2/queue/reply.<tenantid>.<environment>.<userCRMId>.conversation-meta
Example Response
{
"metaData": {
"conversationId": "1672833114847bw0ic0pfl",
"stationId":"default-agent",
"customerId":"nb",
"businessProcess":"US",
"event":"start",
"startTime":"1672833126148"
}
}
Response Parameters
Response Parameters | Description |
|---|---|
| Internally system-generated unique identification number |
| Agent's station ID |
| ID of the customer who is calling |
| Name of the business process to which the conversation belongs to |
| Indicate status whether the call has started or ended.
|
| The time when the receive conversation events request is placed. Start time should be in yyyy-mm-dd hh:mm:ss format. |