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 ```