mirror of
https://github.com/caronc/apprise.git
synced 2025-08-12 01:29:15 +02:00
Updated Notify_messagebird (markdown)
@ -26,9 +26,11 @@ Send a MessageBird Notification as an SMS:
|
|||||||
# Assuming our {APIKey} is gank339l7jk3cjaE
|
# Assuming our {APIKey} is gank339l7jk3cjaE
|
||||||
# Assuming our {FromPhoneNo} - is in the US somewhere making our country code +1
|
# Assuming our {FromPhoneNo} - is in the US somewhere making our country code +1
|
||||||
# - identifies as 1-123-555-1223
|
# - 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,
|
# 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 msgbird://gank339l7jk3cjaE/1-(123) 555-1223
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
msgbird://gank339l7jk3cjaE/1-(123) 555-1223
|
||||||
```
|
```
|
Reference in New Issue
Block a user