Represents a configured webhook.
11446498
The unique identifier for this webhook.
webhook
The value will always be webhook
.
Value is always webhook
The item that will trigger the webhook.
1231232
The ID of the item to trigger a webhook.
file
The type of item to trigger a webhook.
Value is one of file
,folder
{
"id": "11446498",
"type": "webhook",
"target": {
"id": "1231232",
"type": "file"
}
}