From 97ff6b6a43c8f8a76dc8d266848b5df8f0b39324 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 30 Mar 2024 09:48:31 -0400 Subject: [PATCH] Created Notify_freemobile (markdown) --- Notify_freemobile.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Notify_freemobile.md diff --git a/Notify_freemobile.md b/Notify_freemobile.md new file mode 100644 index 0000000..50cb4cb --- /dev/null +++ b/Notify_freemobile.md @@ -0,0 +1,27 @@ +## Free-Mobile +* **Source**: https://mobile.free.fr/ +* **Icon Support**: No +* **Message Format**: Text +* **Message Limit**: 160 Characters per message + +### Account Setup +Sign up with Free Mobile ([link](https://mobile.free.fr/)) and use your credentials (user and pass) to send a notification. + +### Syntax +Valid syntax is as follows: +* `freemobile://{user}@{password}` + +### Parameter Breakdown +| Variable | Required | Description +| --------------- | -------- | ----------- +| user | Yes | The user associated with your [Free-Mobile Account](https://mobile.free.fr/) +| password | Yes | The password associated with your [Free-Mobile Account](https://mobile.free.fr/) + +#### Example +Send a Free-Mobile Notification: +```bash +# Assuming our {user} is abc123 +# Assuming our {password} is 98765 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + "freemobile://abc123@98765" +``` \ No newline at end of file