diff --git a/Notify_sns.md b/Notify_sns.md index adfc0ea..a2c4390 100644 --- a/Notify_sns.md +++ b/Notify_sns.md @@ -22,12 +22,12 @@ If you want to take advantage of sending your notifications to _topics_: from th ### Syntax Valid syntaxes are as follows: * **sns**://**{AccessKeyID}**/**{AccessKeySecret}**/**{Region}**/+**{PhoneNo}** -* **sns**://**{AccessKeyID}**/**{AccessKeySecret}**/**{Region}**/+**{PhoneNo_1}**/+**{PhoneNo_2}**/+**{PhoneNo_N}** +* **sns**://**{AccessKeyID}**/**{AccessKeySecret}**/**{Region}**/+**{PhoneNo1}**/+**{PhoneNo2}**/+**{PhoneNoN}** * **sns**://**{AccessKeyID}**/**{AccessKeySecret}**/**{Region}**/#**{Topic}** * **sns**://**{AccessKeyID}**/**{AccessKeySecret}**/**{Region}**/#**{Topic1}**/#**{Topic2}**/#**{TopicN}** You can mix and match these entries as well: -* **sns**://**{AccessKeyID}**/**{AccessKeySecret}**/**{Region}**/+**{PhoneNo_1}**/#**{Topic_1}** +* **sns**://**{AccessKeyID}**/**{AccessKeySecret}**/**{Region}**/+**{PhoneNo1}**/#**{Topic1}** Enforcing a hashtag (#) for _topics_ and a plus sign (+) in-front of phone numbers helps eliminate cases where ambiguity could be an issue such as a _topic_ that is comprised of all numbers. These characters are purely optional.