To learn how to specify webhook URLs for your cloud employees in the Signals app, please see the webhook URLs configuration step in the quickstart guide.Below you will find an example of the data structure for web chat events.
Web Chat Structure
Event Types:
- conversation-start: Triggered when a new web chat conversation begins
- conversation-closed: Triggered when a web chat conversation ends
Webhook Response Structure
When a web chat event occurs, Signals will send a webhook response with the following structure:Contact will be omitted from the data if the conversation was not with a new/current contact in Signals.
Key Fields
Field | Description |
---|---|
event | The type of web chat event (conversation-start or conversation-closed ) |
chat.transcript | The full conversation transcript |
chat.meeting_event | Details about any scheduled meeting during the chat |
chat.user_emails | Information about users involved in the conversation |
contact | Contact information if the chat was with a known contact |