Webhook schema
Schema
Webhook Event Type
object
(Webhook Event)
Webhook Event Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
event | string |
Required | cannot be null | event |
createdAt | string |
Required | cannot be null | createdAt |
object | object |
Required | cannot be null | object |
event
The event that caused the webhook to fire
event
is required
Type:
string
cannot be null
defined in: event
event Type
string
event Examples
"guest_booked"
createdAt
The time that webhook event was created
createdAt
is required
Type:
string
cannot be null
defined in: createdAt
createdAt Type
string
createdAt Constraints
date time: the string must be a date time string, according to RFC 3339, section 5.6
createdAt Examples
"2019-08-24T10:02:02.000Z"
object
Event object
object
object Type
object
(Details)
Last modified: 4 months ago