post https://app.hosttools.com/webhooks/reservation
This documents the webhook payload that Host Tools will POST to your configured webhook URL
when reservation-related events occur.
Note: This is not an API endpoint you call.
This documents the requests that Host Tools sends TO your webhook URL.
When triggered:
- New reservation is created
- Reservation status changes (accepted, cancelled, etc.)
- Reservation details are updated (dates, guest info, pricing, etc.)
Handling the webhook:
- Your endpoint should respond with HTTP 200 status
- Process the data asynchronously if needed
- Respond within 30 seconds