resume-v1 Event
The resume-v1 event is triggered when a voice interaction is resumed from hold in the Agent Workspace.
Properties
Object containing the following properties:
| Property | Description | Type |
|---|---|---|
interactionId (*) | Unique identifier of the interaction | string |
schemaVersion (*) | Current schema version of the event | '1.0.0' |
(*) Required.
Event Emission
The resume-v1 event is emitted by the Agent Workspace MFE when an interaction is taken off hold and resumed.
Listeners
The event is consumed by third-party integrators that need to track when interactions are resumed from hold.
Additional Information
Sample event payload:
{
"interactionId": "interaction-12345",
"schemaVersion": "1.0.0"
}