pandaswhocode/Rootly Alert Action
Create an alert using the Rootly REST API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: pandaswhocode/rootly-alert-action@25cfdb8b2c006c1b130c183c7b1cbcffafb71f39 # v1.0.10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | The API key to use for authentication. | yes | — |
| summary | The summary of the alert. | yes | — |
| details | The details of the alert. | yes | — |
| set_as_noise | A boolean to determine if the alert is noise (default is false). | no | false |
| notification_target_type | The type of notification target for the alert (User, Service, EscalationPolicy, or Group). | yes | — |
| notification_target | The name of the service, escalation policy, group, or user email for the alert to target. | yes | — |
| alert_urgency | The urgency of the alert (default is 'High'). | no | High |
| external_id | An external ID for the alert. | no | — |
| external_url | An external URL for the alert. | no | — |
| services | A comma-separated list of service names to create the alert for. | no | — |
| alert_groups | A comma-separated list of alert_group names to create the alert for. | no | — |
| labels | A comma-separated list of key:value pairs to create the alert for. | no | — |
| environments | A comma-separated list of environment names to create the alert for. | no | — |
| deduplication_key | A deduplication key for the alert. | no | — |
Outputs
| name | description |
|---|---|
| alert_id | The ID of the created alert for API usage. |