Recieve SendGrid Webhook and Status of Email Delivery

Hi Bubblers,

Currently trying to setup a webhook to recieve email status updates from SendGrid, I have setup an endpoint in Bubble as follows and the settings in SendGrid as follows.

When sending a test payload from SendGrid to the Bubble endpoint, the data was successully recieved. However, when I actually send emails via API I see not evidence that the Bubble endpoint is recieving a payload at all and I’m unsure why the webhook is not retrieving data from SendGrid

Here are screenshots of the testing endpoint and Sendgrid Settings

Any help is much appreciated, Thanks!

Did you ever resolve this issue?

Hi @evanlitttle,

Did you manage to retrieve the status of email delivery ?

Thx

Hey folks - just a pointer for anyone else stuck on this (like I was) - turn off authentication and privacy on the backend workflow with the webhook. Should start receiving data via the webhook then (remember to delete the ‘/Initialize’ from the end of the webhook link in Sendgrid once you have initialised it too).

Hope this helps somebody down the line!