cdqag/OpsGenie Create Alert

Create an alert in OpsGenie

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 8, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: cdqag/action-opsgenie-create-alert@28cff93f8842b927814310ccf2a001f1b3f2a95f # v1.2.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
apiUrlOpsGenie API URLyeshttps://api.opsgenie.com/v2
apiKeyOpsGenie API Keyyes
messageMessage of the alert. (Limit: 130 characters)yes
aliasClient-defined identifier of the alert, that is also the key element of Alert De-Duplication. (Limit: 512 characters)no
descriptionDescription field of the alert that is generally used to provide a detailed information about the alert. (Limit: 15000 characters)no
respondersAn 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
visibleToAn 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
actionsAn array of custom actions that will be available for the alert. (Limit: 10 x 50 characters)no
tagsAn array of tags of the alert. (Limit: 20 x 50 characters)no
detailsMap of key-value pairs to use as custom properties of the alert. (Limit: 8000 characters in total)no
entityEntity field of the alert, that is generally used to specify which domain the alert is related to. (Limit: 512 characters)no
sourceSource field of the alert, that is used to carry where the alert is created. (Limit: 100 characters)no
priorityPriority level of the alert. Default value is P3. (Possible values: P1, P2, P3, P4, P5)no
userDisplay name of the request owner. (Limit: 100 characters)no
noteAdditional note that will be added while creating the alert. (Limit: 25000 characters)no

no outputs