From 3e05b8cccc04bf80eb96a0e2ec109bc4eab9663f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 7 Feb 2019 21:54:31 -0500 Subject: [PATCH] Updated Notify_sns (markdown) --- Notify_sns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_sns.md b/Notify_sns.md index efb5f84..dd12513 100644 --- a/Notify_sns.md +++ b/Notify_sns.md @@ -50,10 +50,10 @@ Send a AWS SNS notification as an SMS: # Assuming our {Region} is us-east-2 # Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # - identifies as 800-555-1223 -apprise sns:///AHIAJGNT76XIMXDBIJYA/bu1dHSdO22pfaaVy/wmNsdljF4C07D3bndi9PQJ9/us-east-2/+18005551223 +apprise sns://AHIAJGNT76XIMXDBIJYA/bu1dHSdO22pfaaVy/wmNsdljF4C07D3bndi9PQJ9/us-east-2/+18005551223 # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): -apprise sns:///AHIAJGNT76XIMXDBIJYA/bu1dHSdO22pfaaVy/wmNsdljF4C07D3bndi9PQJ9/us-east-2/+1(800)555-1223 +apprise sns://AHIAJGNT76XIMXDBIJYA/bu1dHSdO22pfaaVy/wmNsdljF4C07D3bndi9PQJ9/us-east-2/+1(800)555-1223 ```