diff --git a/Notify_messagebird.md b/Notify_messagebird.md index 86febf4..7028615 100644 --- a/Notify_messagebird.md +++ b/Notify_messagebird.md @@ -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 ``` \ No newline at end of file