Call Outcome Set Event
- DarkLight
Call Outcome Set Event
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API provides information on the outcome set for an Outbound Call through the Workspace Widget.
Pre-requisite
The Agent must be on an active outbound call.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
No Request Parameters |
Response Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | SetOutcomeResult |
source | JSON Object Outcome set event message |
Message Parameters
Parameters | Data Type | Description | Example Data |
---|---|---|---|
success | Boolean | Outcome Set status. | TRUE |
message | String | Failure message. | NA |
Sample Response
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "SetOutcomeResult",
"message": {
"success": true,
"message": ""
}
}
Was this article helpful?