Skip to main content

hold-v1 Event

The hold-v1 event is triggered when a voice interaction is placed on hold in the Agent Workspace.

Properties

Object containing the following properties:

PropertyDescriptionType
interactionId (*)Unique identifier of the interactionstring
schemaVersion (*)Current schema version of the event'1.0.0'

(*) Required.

Event Emission

The hold-v1 event is emitted by the Agent Workspace MFE when the agent places an interaction on hold.

Listeners

The event is consumed by third-party integrators that need to track when interactions are placed on hold.

Additional Information

Sample event payload:

{
"interactionId": "interaction-12345",
"schemaVersion": "1.0.0"
}