Updated Notify_messagebird (markdown)

Chris Caron 2020-08-03 10:06:53 -04:00
parent 3c1aece122
commit dd86226ba1

@ -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
``` ```