id
UUID
The unique id of the webhook event
model
string
The model is always webhookEvent
webhookId
UUID
The ID of the webhook
this webhook event is linked to
type
string
The webhook event type. See all event types here:
data
Object
This depends on the event type.
i.e.
{
model: [...],
previousModel: [...],
}