Data model description
The event object is sent in the Webhook payload, in standard JSON format and contains a unique ID, the event that triggered the payload (e.g. booking.scheduled
), the time the event occurred, the API version, and a nested data object. Learn more about the event object and the Webhook payload
Field | Type | Description |
---|---|---|
| string | Unique alphanumeric identifier for the object. The prefix of the event ID is |
| string | String representing the object’s type. Objects of the same type share the same value. The value here is |
| datetime | The time the |
| string | The type of the event. See below for the event types we currently support. |
| string | The OnceHub API version used to render the |
| hash | The object containing relevant data associated with the event that triggered the payload. |