This tool creates a new webhook for a Browse AI robot. Webhooks are HTTP callbacks that Browse AI sends to your server immediately when specific events occur, eliminating the need for polling. It is useful for: - Setting up automated notifications for task completion - Receiving…
urlRequiredstringThe URL where webhook notifications will be sent
eventsarrayList of events to trigger the webhook. Note: Browse AI only supports one event type per webhook, so only the first event will be used. Valid event types: taskFinished, taskFinishedSuccessfully, taskFinishedWithError, taskCapturedDataChanged, tableExportFinishedSuccessfully
robot_idRequiredstringThe ID of the robot to attach the webhook to
is_activebooleanWhether the webhook should be active immediately
descriptionstringA description of the webhook
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.