How to Create and Manage Chat API Webhooks in BoldDesk
Webhooks in Chat module allow user to send real‑time event data—such as conversation updates, message events, or ticket-linked chat activity—to external systems.
This enables seamless integration with:
- Automation platforms
- Internal tools
- Custom workflows
- CRM systems
- Any API‑driven application
This guide explains what webhooks are, how they work in BoldDesk, and how to create, edit, activate, deactivate, and delete webhooks for the Chats module.
What Are Chat API Webhooks in BoldDesk?
A webhook is a user-defined HTTP callback triggered when a specific chat event occurs. The chat webhook sends a structured event payload (JSON) to your endpoint and the webhook notifies your system whenever chat-related events happen—such as conversation creation, updates, status changes, or messages.
Common Use Cases
- Real-time chat and ticket synchronization
- Triggering external workflows or automation rules
- Updating CRM records
- Generating alerts or notifications
- Running background jobs in third-party systems
How to Create an API Webhook for Chat Module
Step 1 — Open Webhook Settings
Navigate to:
Admin → Chat → Webhooks
Step 2 — Add a New Webhook
Click Add Webhook.
Step 3 — Configure Webhook Details
Fill in the fields shown:
Webhook Fields
| Field | Purpose |
|---|---|
| Name & Description | A clear label and purpose for the webhook. |
| Brand | The brand this webhook applies to (if multi-brand setup). |
| Event | The specific Chats event that triggers the webhook. |
| Destination URL (HTTPS required) | The HTTPS endpoint that receives the webhook payload. |
Step 4 — Select Webhook Event Types
Choose the event(s) you want the webhook to trigger on:
Event
Supported Chat Events
| Event Type | Description |
|---|---|
| Conversation Created | Triggered when a new chat conversation is created. |
| Conversation Deleted | Triggered when a chat conversation is deleted. |
| Conversation Property Updated | Triggered when a conversation’s property changes. |
| Conversation Status Change | Triggered when status updates (Open, Closed, etc.) occur. |
| Conversation Assignee Updated | Triggered when the assigned agent/group changes. |
| Message Created | Triggered when a new message is added to a chat. |
| Message Edited | Triggered when an existing message is modified. |
| Message Retract | Triggered when a message is deleted or withdrawn. |
Step 5 — Save the Webhook
- Click Add to save the configuration.
If delivery fails due to an unreachable endpoint or wrong HTTP method, failures appear under: Audit Logs → Webhook Failure Logs
Optional Webhook Security Settings
Enable Authentication
Enable authentication to ensure only authorized endpoints accept webhook requests.
Enable Signing
Enable signature verification so your endpoint can validate payload integrity.
Custom Header
Add custom headers (e.g., API keys, tokens) to secure communication with your API.
Managing Existing Webhooks in BoldDesk Chats
How to Edit a Webhook
If you need to adjust the webhook:
- Go to Admin → Chat → Webhooks
- Find the webhook
- Click the Edit icon
- Modify required fields
- Click Save
How to Deactivate a Webhook
Deactivation temporarily stops webhook deliveries without deleting the setup.
- Go to Admin → Chat → Webhooks → Active
- Click the Kebab icon (⁝) next to the webhook
- Select Deactivate
How to Reactivate a Webhook
To activate again:
- Go to Admin → Chat → Webhooks → Inactive
- Locate the webhook
- Click the Kebab icon (⁝) → Activate
How to Delete a Webhook
To permanently remove it:
- Go to Admin → Chat → Webhooks
- Click the Kebab icon (⁝) next to the webhook
- Choose Delete
- Click Yes, Delete to confirm
Sample Payload for each event
| Event Type | Sample Payload |
|---|---|
| Conversation Created |
|
| Conversation Property Updated |
|
| Conversation Assignee Updated |
|
| Conversation Status Updated |
|
| Message Created |
|
| Message Edited |
|
| Message Deleted |
|
Frequently Asked Questions (FAQ)
1. What is the purpose of a webhook in BoldDesk?
To send real‑time chat or system event data to any external application for automation or integration.
2. What happens if a webhook request fails?
Webhook errors are recorded in Webhook Failure Logs for troubleshooting.
3. Does the endpoint need to be HTTPS?
Yes. BoldDesk requires a secure HTTPS destination URL.
4. Can I create multiple webhooks?
Yes. You can configure multiple webhooks for different events or brands.