Skip to content

Notify_freemobile

Chris Caron edited this page Mar 30, 2024 · 1 revision

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"
Clone this wiki locally