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