diff --git a/Notify_popcornnotify.md b/Notify_popcornnotify.md index 6ab7401..6466b1e 100644 --- a/Notify_popcornnotify.md +++ b/Notify_popcornnotify.md @@ -32,16 +32,19 @@ Send a PopcornNotify notification as an SMS: # Assuming our {ApiKey} is abc123456 # Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # - identifies as 800-555-1223 -apprise popcorn:///abc123456/18005551223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + popcorn:///abc123456/18005551223 # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): -apprise popcorn:///abc123456/1-(800) 555-1223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + popcorn:///abc123456/1-(800) 555-1223 ``` You can also send emails just as easily: ```bash # Assuming our {ApiKey} is abc123456 # Assuming our {Email} is user@example.com -apprise popcorn:///abc123456/user@example.com +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + popcorn:///abc123456/user@example.com ``` \ No newline at end of file