Webhooks notify your systems when events occur in Travel Activated.
Supported Events
booking.created: New booking madebooking.modified: Booking changedbooking.cancelled: Booking cancelledpayout.processed: Revenue payout completed
Configuration
Set webhook endpoints in your dashboard under Settings > Integrations.
Payload Format
All webhooks deliver JSON payloads with event type, timestamp, and relevant data.
Security
Webhooks include a signature header for verification. See our documentation for validation examples.