-
-
Notifications
You must be signed in to change notification settings - Fork 435
Notify_seven
Chris Caron edited this page Nov 22, 2024
·
2 revisions
- Source: https://www.seven.io/
- Icon Support: No
- Attachment Support: No
- Message Format: Text
- Message Limit: 160 Characters per message
Signup from here. It is from the device you can access it's web interface and configure your access token.
Valid syntax is as follows:
seven://{token}/{target}
Variable | Required | Description |
---|---|---|
token | Yes | This is your generated Access Token associated with your Seven account. |
target | Yes | One or more phone number(s) you wish to send your notification to. |
Send a Seven notification:
# Assuming our {AccessToken} is abcd123
# Assuming we want to notify 555221237, and +18005551234
# Test out the changes with the following command:
apprise -t "Test Title" -b "Test Message" \
seven://abcd123/555221237/+18005551234