Skip to main content
Register a webhook endpoint to receive real-time notifications when events occur in your sandbox environment (e.g., RFP sent, bid received, booking confirmed).

Request Body

number
required
Your organization ID
string
required
The HTTPS URL where webhook events should be sent
array
required
Array of event types to subscribe to
string
Optional description for this webhook
string
Optional secret for webhook signature verification

Event Types

Subscribe to one or more of these event types:
  • draft_event.created - New draft event created
  • event.created - Draft converted to event
  • event.updated - Event details modified
  • rfp.sent - RFP sent to venue
  • bid.received - Venue submitted a bid
  • bid.accepted - Bid accepted by planner
  • bid.rejected - Bid rejected by planner
  • booking.created - New booking created
  • booking.updated - Booking modified
  • booking.cancelled - Booking cancelled
  • payment.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 secret to verify webhook authenticity via HMAC signature
  • Webhooks timeout after 10 seconds
  • Return a 2xx status code to acknowledge receipt