sentry-create-alert

Create Sentry alerts via the workflow engine API with configurable triggers and actions.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-create-alert-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-create-alert
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/sentry%40claude-plugins-official/skills/sentry-create-alert
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-create-alert-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of Sentry alerts, streamlining the process of setting up notifications for critical issues and events.

Core Features & Use Cases

  • Automated Alert Creation: Programmatically create Sentry alerts via the workflow engine API.
  • Flexible Notification Channels: Supports email, Slack, PagerDuty, Discord, and more.
  • Customizable Triggers & Conditions: Define specific events and conditions that should trigger an alert.
  • Use Case: Automatically set up an alert that notifies your team via Slack whenever a new Sentry issue is detected with a 'fatal' level and has occurred more than 100 times in the last hour.

Quick Start

Use the sentry-create-alert skill to create a new Sentry alert named "High Priority Errors" that triggers on new issues and sends an email notification to your team's email address.

Frequently Asked Questions about sentry-create-alert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Sentry alert creation for new issues?

You can automate Sentry alert creation by using the Sentry workflow engine API to configure alert names, trigger events, filter conditions, and action types. This process requires curl and a Sentry authentication token with the alerts:write scope.

Can I send Sentry alerts to Slack, PagerDuty, and Discord?

Yes, Sentry alerts can be configured to send notifications to multiple channels including Slack, PagerDuty, Discord, and email. You define these action types when setting up the alert through the workflow engine API.

What are the prerequisites for creating Sentry alerts via API?

To create Sentry alerts via API, you need curl installed and a Sentry organization authentication token configured with the alerts:write scope. These are required to authenticate and execute the workflow engine API requests.

Can I set custom filter conditions for Sentry workflow alerts?

Yes, you can define specific filter conditions when creating Sentry alerts, such as triggering a notification only when a new issue has a fatal level and occurs more than 100 times in an hour. These conditions are set via the workflow engine API.

What is the best way to set up Sentry notifications for critical errors?

The best way to set up Sentry notifications for critical errors is automating alert creation through the workflow engine API, which allows you to programmatically define trigger events, filter conditions, and notification channels like email or Slack.