Introducing the NEW Learn Box Platform section
Box CLI v3.12.2 released
v3.12.2
Box Node SDK v3.4.2 released
v3.4.2
Represents a configured webhook.
This resource has a few variations that can be encountered when using the API.
The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.
"11446498"
The unique identifier for this webhook.
"webhook"
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
file
folder
{ "id": "11446498", "type": "webhook", "target": { "id": "1231232", "type": "file" } }