Send Stop Typing Notification
Overview
This request will send notification to all agents who are in a conference or consultation.
Customers will not see this communication.
| Request URL | /api/v2/chats/{chatId} |
|---|---|
| HTTP Method | POST |
| HTTP Header | Content-Type |
| Value | application/json |
Parameters
| Parameter Name | Sample Value | Description | Required/Optional |
|---|---|---|---|
| operationName | "SendStopTypingNotification" | to identify operation to be performed at this URL | Required |
| userId | "007553863DC30029" | user ID | Required |
| secureKey | "8b31761b2154884c" | secure key | Required |
| alias | "117" | host alias | Required |
| tenantName | "Environment" | tenant name | Required |
| text | "text...." | Text, if any | Optional |
Example
Request
{
"operationName" : "SendStopTypingNotification",
"alias" : "117",
"secureKey" : "8b31761b2154884c",
"userId" : "007553863DC30029",
"tenantName": "Environment"
}
Response
{
"statusCode":0,
"alias":"117",
"secureKey":"cf8f2f9e1ea85eba",
"userId":"0075539F6B140000",
"tenantName": "Environment"
}
This page was last edited on September 11, 2014, at 14:14.
Comments or questions about this documentation? Contact us for support!
