cdqag/OpsGenie Create Alert
Create an alert in OpsGenie
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 8, 2026
- License
- Apache 2.0
Pinned Snippet
uses: cdqag/action-opsgenie-create-alert@28cff93f8842b927814310ccf2a001f1b3f2a95f # v1.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| apiUrl | OpsGenie API URL | yes | https://api.opsgenie.com/v2 |
| apiKey | OpsGenie API Key | yes | — |
| message | Message of the alert. (Limit: 130 characters) | yes | — |
| alias | Client-defined identifier of the alert, that is also the key element of Alert De-Duplication. (Limit: 512 characters) | no | — |
| description | Description field of the alert that is generally used to provide a detailed information about the alert. (Limit: 15000 characters) | no | — |
| responders | An array of teams, users, escalations and schedules that the alert will be routed to. If responders field is not provided, the alert will be routed to the default responders of the alert policy. (Limit: 50 teams, users, escalations or schedules) | no | — |
| visibleTo | An array of teams, users, escalations and schedules that the alert will be visible to without sending any notification. (Limit: 50 teams or users in total) | no | — |
| actions | An array of custom actions that will be available for the alert. (Limit: 10 x 50 characters) | no | — |
| tags | An array of tags of the alert. (Limit: 20 x 50 characters) | no | — |
| details | Map of key-value pairs to use as custom properties of the alert. (Limit: 8000 characters in total) | no | — |
| entity | Entity field of the alert, that is generally used to specify which domain the alert is related to. (Limit: 512 characters) | no | — |
| source | Source field of the alert, that is used to carry where the alert is created. (Limit: 100 characters) | no | — |
| priority | Priority level of the alert. Default value is P3. (Possible values: P1, P2, P3, P4, P5) | no | — |
| user | Display name of the request owner. (Limit: 100 characters) | no | — |
| note | Additional note that will be added while creating the alert. (Limit: 25000 characters) | no | — |
Outputs
no outputs