From dd86226ba1724b50460d37d14e876302bd8e91bd Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:06:53 -0400 Subject: [PATCH] Updated Notify_messagebird (markdown) --- Notify_messagebird.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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