mirror of https://github.com/caronc/apprise
Updated Notify_twilio (markdown)
parent
34665e6c51
commit
35540c9043
|
@ -40,10 +40,12 @@ Send a Twilio Notification as an SMS:
|
||||||
# Assuming our {FromPhoneNo} is +1-900-555-9999
|
# Assuming our {FromPhoneNo} is +1-900-555-9999
|
||||||
# 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 twilio://AC735c307c62944b5a:e29dfbcebf390dee9@19005559999/18005551223
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
twilio://AC735c307c62944b5a:e29dfbcebf390dee9@19005559999/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 twilio://AC735c307c62944b5a:e29dfbcebf390dee9@1-(900) 555-9999/1-(800) 555-1223
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
twilio://AC735c307c62944b5a:e29dfbcebf390dee9@1-(900) 555-9999/1-(800) 555-1223
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue