idUUID
The unique id of the webhook
modelstring
The model is always webhook
urlstring
The url of this webhook
eventsarray 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"],
}