-
-
Notifications
You must be signed in to change notification settings - Fork 421
Notify_httpsms
Chris Caron edited this page Dec 17, 2023
·
1 revision
- Source: https://httpsms.com/
- Icon Support: No
- Message Format: Text
- Message Limit: 160 Characters per message
# for httpSMS from here. You will be then be able to access the /settings section of your account to obtain your API Key which you will need to use the Apprise Integration with (as {apikey}
)
Valid syntax is as follows:
httpsms://{apikey}@{fromPhoneNo}
httpsms://{apikey}@{fromPhoneNo}/{target}
Variable | Required | Description |
---|---|---|
apikey | Yes | The API Key associated with your httpSMS Account (visit here to acquire it). |
to | *No | A phone number and/or group you wish to send your notification to. You can use comma's to separate multiple entries if you wish. This is an alias to targets . |
from | *No | Specify the phone number you registered with httpSMS you wish the message to be identified as being sent from. |
Send a httpSMS Message:
# Assuming our {apikey} is hard-to-guess
# Assuming our {PhoneNo} associated with our account is +1800-555-4444
# Assuming our {PhoneNo} we wish to notify is +134-555-1223
apprise -vv -t "Test Message Title" -b "Test Message Body" \
httpsms://hard-to-guess@+1800-555-4444/+134-555-1223