Creates a Sentry project alert rule by defining conditions, actions, and optional filters using specific JSON structures (detailed in parameter descriptions) to automate responses to event patterns for an existing organization and project.
nameRequiredstringDescriptive name for the alert rule.
ownerstringOwner ID (e.g., 'team:ID', 'user:ID').
actionsRequiredarrayList of action objects executed when conditions (and filters) are met. Each object must specify an ID (action type) and parameters. See examples for required JSON structures: **Send a notification to Suggested Assignees** - `fallthroughType` - Who the notification should be sent…
filtersarrayOptional list of filter objects for additional criteria after conditions are met. Each object must specify an ID (filter type) and parameters. See examples for required JSON structures: **The issue is `comparison_type` than `value` `time`** - `comparison_type` - One of `older` o…
frequencyRequiredintegerAction performance interval in minutes (5-43200) once conditions are met.
conditionsRequiredarrayList of condition objects defining rule triggers. Each object must specify an ID (condition type) and parameters. See examples for required JSON structures: **A new issue is created** json { "id": "sentry.rules.conditions.first_seen_event.FirstSeenEventCondition" } **The issue c…
actionMatchRequiredstringLogic for condition evaluation: 'all' (all conditions must match) or 'any' (any condition can match). NOTE: 'none' is deprecated and no longer supported.
environmentstringSentry environment name for event filtering (e.g., 'production'). If omitted, applies to all environments.
filterMatchstringLogic for filter evaluation ('all', 'any', 'none') for action execution. Required if 'filters' are specified.
project_id_or_slugRequiredstringUnique identifier (ID or slug) of the Sentry project for the rule.
organization_id_or_slugRequiredstringUnique identifier (ID or slug) of the Sentry organization.
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.