Request Body
Your organization ID
The HTTPS URL where webhook events should be sent
Array of event types to subscribe to
Optional description for this webhook
Optional secret for webhook signature verification
Event Types
Subscribe to one or more of these event types:draft_event.created- New draft event createdevent.created- Draft converted to eventevent.updated- Event details modifiedrfp.sent- RFP sent to venuebid.received- Venue submitted a bidbid.accepted- Bid accepted by plannerbid.rejected- Bid rejected by plannerbooking.created- New booking createdbooking.updated- Booking modifiedbooking.cancelled- Booking cancelledpayment.received- Payment milestone completed
Response Format
Example Request
Webhook Payload Format
When an event occurs, a POST request will be sent to your URL:Notes
- Webhook URLs must use HTTPS
- Failed deliveries are retried up to 3 times with exponential backoff
- Use the
secretto verify webhook authenticity via HMAC signature - Webhooks timeout after 10 seconds
- Return a 2xx status code to acknowledge receipt