diff --git a/Notify_d7networks.md b/Notify_d7networks.md index b9d853f..7a9e0b7 100644 --- a/Notify_d7networks.md +++ b/Notify_d7networks.md @@ -11,7 +11,7 @@ After you've established your account you can get your API Token from the API De ### Syntax Valid syntax is as follows: -* `d7sms://{token}@/{PhoneNo}` +* `d7sms://{token}@{PhoneNo}` * `d7sms://{token}@/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}` @@ -31,10 +31,10 @@ Send a D7 Network Notification as an SMS: # Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # - identifies as 800-555-1223 apprise -vv -t "Test Message Title" -b "Test Message Body" \ - d7sms://AJfkafjA4Baghkr0Zkjk@18005551223 + "d7sms://AJfkafjA4Baghkr0Zkjk@18005551223" # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): apprise -vv -t "Test Message Title" -b "Test Message Body" \ - d7sms://AJfkafjA4Baghkr0Zkjk@1-(800) 555-1223 + "d7sms://AJfkafjA4Baghkr0Zkjk@1-(800) 555-1223" ``` \ No newline at end of file