Creates a webhook to monitor a file or folder for specific events. Webhooks allow you to receive notifications at a specified URL when events occur on Box content. When an event triggers, Box sends an HTTP POST request to your specified address with details about the event. Requ…
addressRequiredstringThe HTTPS URL that will receive webhook notifications. Must use port 443 and return HTTP 200-299 within 30 seconds.
triggersRequiredarrayList of event triggers that will fire the webhook (e.g., FILE.UPLOADED, FOLDER.CREATED). See TriggersEnm0 for all options.
target__idRequiredstringThe ID of the file or folder to monitor for events. Required.
target__typeRequiredstringThe type of item to monitor: 'file' or 'folder'. Required.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.