id
UUID
The unique id of the webhook
model
string
The model is always webhook
url
string
The url of this webhook
events
array of strings
The webhook event types registered for this webhook.
{
id: "6c4140d7-6ff0-4cf3-bc57-15ef370aa21d",
model: "webhook",
url: "<https://example.com>",
events: ["task.created", "task.updated", "task.deleted"],
}