Skip to content

Anyone have a working Sendy & Sendgrid webhook for bounce, complaints and link tracking?

edited October 2017 in Questions

I saw an earlier thread which had a mod to do this with Sendy - https://sendy.co/forum/discussion/2138/using-sendgrid-webhook-for-events-bounces-and-compliants#Item_1

Unfortunately the download link in that thread is no longer available!

I also have seen a GitHub opensource project which helps you hook up MailGun or Mandrill but not SendGrid.

https://github.com/BlaineMoore/sendy-webhooks - perhaps we can modify this to make it work?

I really hope there is a solution out there for Sendgrid or someone who can help me! Please let me know...

Comments

  • i'm also using sendy and am interested in this. if anyone is able to develop something, let me know

  • I wish there was something like a SENDY marketplace to handle opportunities like this.

  • I have it working. I think I used MailGun webhook and modified it to make it work with Sendgrid. It handles bounces and spam reports. I'm not tracking links but I'm sure it's pretty easy to add it. There are some cases commented that might even work without changes.

    You can download the php file from this link: https://ufile.io/z2n34

    On SendGrid you need to go to: Setting --> Mail Settings and activate Event Notifications. The HTTP post will be something like https://yourdomain.com/webhooks/sendgrid.php (or wherever you place the file). I only activated Bounced and Mark as Spam.

    There's a part on the file that says "EVENTS UNHANDLED BY WEBHOOKS" which I'm not sure I left it because I forgot to delete it or because SendGrid might call those functions.

    Hope it helps.

This discussion has been closed.