From 26d850e964af3f639a8066c0980068398f052613 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 22 Nov 2024 13:46:46 -0500 Subject: [PATCH] Updated Notify_seven (markdown) --- Notify_seven.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_seven.md b/Notify_seven.md index 5e7b3e2..c2e90d3 100644 --- a/Notify_seven.md +++ b/Notify_seven.md @@ -25,6 +25,6 @@ Send a Seven notification: # Assuming we want to notify 555221237, and +18005551234 # Test out the changes with the following command: apprise -t "Test Title" -b "Test Message" \ - smseagle://abcd123/555221237/+18005551234 + seven://abcd123/555221237/+18005551234 ```