Integrations
Outbound webhooks
Technical notifications to your systems
Webhooks allow yourang.ai to "notify" your systems when something happens: a reservation, a call ended, a message sent. If you have your own software, you can make it react to these events.
What webhooks are
A webhook is an automatic notification. When an event happens in yourang.ai, it sends a message (a "notification") to your system. Your system receives it and can take consequential actions.
Example: when a reservation is created, yourang.ai notifies your accounting system, which automatically creates an invoice.
Which events trigger webhooks
- Reservation created
- Reservation cancelled
- Reservation modified
- Call ended
- WhatsApp message sent
- Feedback received
How to configure webhooks
Go to Integrations > Webhooks
Open the webhooks configuration panel
Paste your system's URL
yourang.ai will send messages to that address (your software must have a receiver)
Choose the events
Select which events you want to receive (reservations, calls, messages...)
The technical configuration of webhooks requires programming skills. If you don't know what a URL endpoint is or how to receive HTTP requests, contact your developer.
Was this page helpful?