mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 09:51:05 +01:00
Updated Notify_messagebird (markdown)
parent
3c1aece122
commit
dd86226ba1
@ -26,9 +26,11 @@ Send a MessageBird Notification as an SMS:
|
||||
# Assuming our {APIKey} is gank339l7jk3cjaE
|
||||
# Assuming our {FromPhoneNo} - is in the US somewhere making our country code +1
|
||||
# - identifies as 1-123-555-1223
|
||||
apprise msgbird://gank339l7jk3cjaE/11235551223
|
||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||
msgbird://gank339l7jk3cjaE/11235551223
|
||||
|
||||
# the following would also have worked (spaces, brackets,
|
||||
# dashes are accepted in a phone no field):
|
||||
apprise msgbird://gank339l7jk3cjaE/1-(123) 555-1223
|
||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||
msgbird://gank339l7jk3cjaE/1-(123) 555-1223
|
||||
```
|
Loading…
Reference in New Issue
Block a user