1 Notify_freemobile
Chris Caron edited this page 2024-03-30 09:48:31 -04:00

Free-Mobile

Account Setup

Sign up with Free Mobile (link) 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
password Yes The password associated with your Free-Mobile Account

Example

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"