-
-
Notifications
You must be signed in to change notification settings - Fork 421
Notify_pushy
Chris Caron edited this page Jul 9, 2023
·
1 revision
- Source: https://pushy.me/
- Icon Support: No
- Attachment Support: No
- Message Format: Text
- Message Limit: 4096 Characters per message
You need to have an account with Pushy and create an App.
Valid syntax is as follows:
pushy://{apikey}/{targets}
Variable | Required | Description |
---|---|---|
apikey | Yes | This is the Secret API Key associated with your Pushy App |
targets | Yes | This must be either a Topic or a Device. Topics should be prefixed with a # and Devices a @ . If no prefix is specified, then it is assumed to be a Topic |
sound | No | Optionally specify a sound you defined such as alarm.aiff . |
badge | No | Provide a numerical value of 0 (zero) or greater to associate a badge with the bark icon on the iOS device. |
Send a Pushy notification:
# Assuming our {apikey} is abcdefghijklmnopqrstuvwxyzabc
# Assuming our {target} is a device with the id abcabcabc
apprise -vv -t "Test Message Title" -b "Test Message Body" \
pushy://abcdefghijklmnopqrstuvwxyzabc/@abcabcabc