-
-
Notifications
You must be signed in to change notification settings - Fork 420
Notify_pushme
Chris Caron edited this page Aug 20, 2023
·
1 revision
- Source: https://push.i-i.me/
- Icon Support: No
- Attachment Support: No
- Message Format: Text
- Message Limit: 32768 Characters per message
You need to have an account with PushMe and have downloaded the Phone App.
Valid syntax is as follows:
pushme://{token}
Variable | Required | Description |
---|---|---|
token | Yes | This is the push_key associated with your PushMe Account |
status | No | Optionally include a small little ASCII string representing the notification status being sent (inline with it) by default this is set to yes . |
Send a PushMe notification:
# Assuming our {token} (or {push_key}) is abc123
apprise -vv -t "Test Message Title" -b "Test Message Body" \
pushme://abc123