API Reference
New booking created
Fired when a new booking is created.
WEBHOOK
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Body
application/json
Unique booking (session) id.
Example:
206
Unique event id.
Example:
98146
Unique contact id.
Example:
41
Contact name.
Example:
"Jane Doe"
Contact email.
Example:
"jane@doe.com"
Timestamp in Unix seconds since epoch (booking start).
Example:
1587936600
Timestamp in Unix seconds since epoch (booking end).
Example:
1587938400
Name/value pairs of all form questions answered by the attendee.
Response
200
Return a 2xx status to acknowledge receipt.
Last modified on June 20, 2026

