From 3ab9012c71351c7809aa6e444e5025249732082f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:58:08 -0400 Subject: [PATCH] Updated Notify_sendgrid (markdown) --- Notify_sendgrid.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_sendgrid.md b/Notify_sendgrid.md index c0b5427..d10f9b2 100644 --- a/Notify_sendgrid.md +++ b/Notify_sendgrid.md @@ -64,5 +64,6 @@ Send a sendgrid notification: # Assuming our Authenticated Domain is example.com, we might want to # set our {from_email} to noreply@example.com # Assuming our {to_email} is someone@microsoft.com -apprise sendgrid:///abcd123-xyz:noreply@example.com/someone@microsoft.com +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + sendgrid:///abcd123-xyz:noreply@example.com/someone@microsoft.com ```