mirror of https://github.com/caronc/apprise
Updated Notify_msg91 (markdown)
parent
5491a5a01b
commit
15986ab3d0
|
@ -28,9 +28,11 @@ Send a MSG91 Notification as an SMS:
|
||||||
# Assuming our {AuthKey} is gank339l7jk3cjaE
|
# Assuming our {AuthKey} is gank339l7jk3cjaE
|
||||||
# Assuming our {PhoneNo} - is in the US somewhere making our country code +1
|
# Assuming our {PhoneNo} - is in the US somewhere making our country code +1
|
||||||
# - identifies as 800-555-1223
|
# - identifies as 800-555-1223
|
||||||
apprise msg91://gank339l7jk3cjaE/18005551223
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
msg91://gank339l7jk3cjaE/18005551223
|
||||||
|
|
||||||
# the following would also have worked (spaces, brackets,
|
# the following would also have worked (spaces, brackets,
|
||||||
# dashes are accepted in a phone no field):
|
# dashes are accepted in a phone no field):
|
||||||
apprise msg91://gank339l7jk3cjaE/1-(800) 555-1223
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
msg91://gank339l7jk3cjaE/1-(800) 555-1223
|
||||||
```
|
```
|
Loading…
Reference in New Issue