Webhooks let Support Cloud notify your external systems in real time when key events occur. Use them to trigger actions in your CRM, send alerts, or sync data. 🔔
🔧 Setup Steps
- Go to Admin > Webhooks
- Click Create Webhook and enter the destination URL
- Select the events to trigger notifications (e.g., ticket created, updated)
- Optionally, add authentication headers for security
🧪 Payload Example
{ "event": "ticket.created", "ticket_id": 12345, "subject": "New issue from contact form" }
🧯 Troubleshooting
- Webhook failing? Check your server logs and validate HTTPS SSL
- Not receiving anything? Confirm the webhook is enabled and event is firing
0 comments
Please sign in to leave a comment.