Agent Next Status Event
- DarkLight
Agent Next Status Event
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API is used to get the Agent’s next status once the current call with the customer ends.
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 | NextAgentState |
message | JSON Object Agent pending state event message |
Message Parameters
Parameters | Data Type | Description | Example Data |
---|---|---|---|
nextState | String | State selected by agent during active outbound call. | Meeting |
Sample Response
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "NextAgentState",
"message": {
"nextState": "Meeting"
}
}
Was this article helpful?