-
-
Notifications
You must be signed in to change notification settings - Fork 416
Notify_freemobile
Chris Caron edited this page Mar 30, 2024
·
1 revision
- Source: https://mobile.free.fr/
- Icon Support: No
- Message Format: Text
- Message Limit: 160 Characters per message
Sign up with Free Mobile (link) and use your credentials (user and pass) to send a notification.
Valid syntax is as follows:
freemobile://{user}@{password}
Variable | Required | Description |
---|---|---|
user | Yes | The user associated with your Free-Mobile Account |
password | Yes | The password associated with your Free-Mobile Account |
Send a Free-Mobile Notification:
# Assuming our {user} is abc123
# Assuming our {password} is 98765
apprise -vv -t "Test Message Title" -b "Test Message Body" \
"freemobile://abc123@98765"