Sendgrid Integration with Novu
Hello all,
I am currently refactoring our mailing system to send mails with Sendgrid through Novu, instead of through Sendgrid directly. When sending mails through Sendgrid, we often include a
Is there a way to include this
Or, is it possible to receive mail delivery statuses (bounced, deferred,..) directly through Novu without the need for a Sendgrid Event Webhook?
I am currently refactoring our mailing system to send mails with Sendgrid through Novu, instead of through Sendgrid directly. When sending mails through Sendgrid, we often include a
custom_args field (see Sendgrid docs:https://www.twilio.com/docs/sendgrid/for-developers/tracking-events/event#custom-arguments) to later track the mail delivery status with Sendgirds Event Webhook. Is there a way to include this
custom_args field when triggering a workflow? Or, is it possible to receive mail delivery statuses (bounced, deferred,..) directly through Novu without the need for a Sendgrid Event Webhook?
Full Event Webhook event list and descriptions, event examples, and the objects each event contains.