Registers a new webhook subscription for a Sentry project to send HTTP POST notifications to a specified URL for given events, provided the project has the 'servicehooks' feature enabled.
urlRequiredstringThe fully qualified URL to which Sentry will send webhook POST requests for the subscribed events.
eventsRequiredarrayA list of event types to subscribe to for this webhook. Valid event types are: 'event.alert' (triggered when alerts fire) and 'event.created' (triggered when new events are processed). When any of these events occur in the project, Sentry will send a notification to the specifie…
project_id_or_slugRequiredstringThe unique identifier (ID) or human-readable slug of the Sentry project for which to create the webhook.
organization_id_or_slugRequiredstringThe unique identifier (ID) or human-readable slug of the Sentry organization to which the project belongs.
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.