From 9c15e01edddbb1a3f1b67086d1f4f8649f7e4c84 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:41:21 -0400 Subject: [PATCH] Updated Notify_d7networks (markdown) --- Notify_d7networks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_d7networks.md b/Notify_d7networks.md index f376e16..8878e03 100644 --- a/Notify_d7networks.md +++ b/Notify_d7networks.md @@ -31,11 +31,11 @@ Send a D7 Network Notification as an SMS: # Assuming our {password} is appriseIsAwesome # Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # - identifies as 800-555-1223 -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ d7sms://l2g:appriseIsAwesome@18005551223 # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ d7sms://l2g:appriseIsAwesome@1-(800) 555-1223 ``` \ No newline at end of file