Skip to content

[Sprint/MindsOne] (feat): sendgrid webhook for bounced emails

closes #113 (closed)

How to activate and test webhooks (the webhook tester didn't work for me):

https://sendgrid.com/docs/for-developers/tracking-events/getting-started-event-webhook/

events reference:

https://sendgrid.com/docs/for-developers/tracking-events/event/#delivery-events

sending unique arguments (in our case, userGuid and emailHash):

https://sendgrid.com/docs/for-developers/tracking-events/event/#unique-arguments

bounces GET API (in case the webhook doesn't work):

https://sendgrid.com/docs/API_Reference/Web_API_v3/bounces.html

Edited by Mark Harding

Merge request reports