apialerts/API Alerts - GitHub Action Notify
Get notifications to your device during your CI/CD pipelines from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | API Alerts workspace API key. Optional if APIALERTS_API_KEY env var is set. | no | — |
| message | Notification message. Required. | yes | — |
| channel | Channel to send the notification to. Defaults to the workspace default channel. | no | — |
| event | What kind of thing happened. Optional but recommended. Routers match this value with Unix glob (fnmatch): dotted keys like ci.deploy.success match ci.*, and free-form keys like User Signup match User *. Dotted notation is just a tidy convention, not a requirement. | no | — |
| title | Short headline some destinations render separately from the message body. | no | — |
| tags | Comma-separated categorisation tags. | no | — |
| link | URL associated with the event. Available as a deeplink for push notifications and as a call-to-action for routed destinations. | no | — |
| data | JSON object of key-value metadata. Available to non-push destinations for templating. | no | — |
Outputs
no outputs