Outcome Set Event
- DarkLight
Outcome Set Event
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
The OutcomeSetEvent is an event fired when an Agent successfully sets an outcome.
Pre-requisite
The agent must be on an active Outbound Call or logged in to the application.
Sequence Diagram
.jpg?sv=2026-02-06&spr=https&st=2026-06-27T16%3A26%3A54Z&se=2026-06-27T16%3A36%3A54Z&sr=c&sp=r&sig=i%2BjmUjzG7VADmHg568GUabfzb4i6B8SgWQLhDDeZsro%3D)
Message Structure
Request Parameters | Value |
|---|---|
No request parameters | |
Response Parameters | Value |
|---|---|
channel | LCM |
topic | WebService |
subtopic | OutcomeSetForCall |
message | LCM Key for which an agent sets the outcome. |
Sample Request
{
"channel": "LCM",
"topic": "WebService",
"subtopic": "OutcomeSetForCall",
"message": “90|1|2|0|0|44|1”
}Sample Response
{
"channel": "LCM",
"topic": "WebService",
"subtopic": "OutcomeSetForCall",
"message": “90|1|2|0|0|44|1”
}Was this article helpful?