Emit session event
Emit session event
Emits an event to an ongoing conversation session.
POST
Emit session event
This endpoint only works when the target session has an open websocket connection, such as through the web chat widget or a custom websocket integration. If no active connection exists, the event will have no effect.
Authorizations
Voiceflow API key
Path Parameters
ID of the target Voiceflow project.
The session key returned by the Start session endpoint. Identifies which active session to send the event to.
Body
application/json
The event to send to the active conversation.
Response
201 - undefined