pocketalert/Pocket Alert Push Notification
Send push notifications to Android and iOS mobile devices using Pocket Alert from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 6, 2025
- License
- MIT
Pinned Snippet
uses: pocketalert/notification-action@6b9f23308407793ddf024c8f51e77d610d486fa5 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Pocket Alert API token for authentication | yes | — |
| title | Notification title | yes | — |
| message | Notification message content | yes | — |
| application_id | Pocket Alert application ID (optional) | no | — |
| device_id | Pocket Alert device ID (optional, sends to all devices if not provided) | no | — |
Outputs
| name | description |
|---|---|
| response | API response from Pocket Alert |
| success | Whether the notification was sent successfully |