bluefirex/PushNotifier Send Action
A GitHub Action to send notifications to iOS, macOS, Android and more using PushNotifier.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | Your PushNotifier API token, see pushnotifier.de/account/api | yes | — |
| package | Your app's package name, e.g. "com.example.yourapp", see pushnotifier.de/account/api | yes | — |
| app-token | A token from an app for a user. See pushnotifier.de/account/api | yes | — |
| device-ids | Comma-separated IDs (v2) of devices to send to. See pushnotifier.de/devices, click details on any device. | yes | — |
| notification | The notification's content | yes | — |
| url | An optional URL to something | no | — |
| silent | Deliver a notification without sound | no | false |
| fail-on-error | If true, job fails if the notification could not be delivered to at leat one device. Defaults to false. | no | false |
Outputs
| name | description |
|---|---|
| status | Status of the notification submission |