Custom Webhook Integration
Use custom webhooks to connect Bugalou with any external system.
Overview
Custom webhooks let you integrate Bugalou with any system that can send HTTP requests. Navigate to Settings → Integrations → Custom Webhook.
Incoming webhooks (from external systems to Bugalou)
Use the Bugalou REST API to send data from any system into Bugalou.
Outgoing webhooks (from Bugalou to external systems)
- Go to Settings → Integrations → Webhooks
- Click "Add Webhook"
- Enter the destination URL of your system
- Select the events you want to forward
- Click "Save"
Webhook payload
Bugalou sends JSON data about new conversations, messages, and contact activity to your URL.
Security
All outgoing webhooks are signed with an HMAC signature, which you can use to verify the sender.