Email Send by Sendgrid API confirmation

I have my own API Key for Sendgrid.
I have a backend action that sends email. But somehow in one day I had a window of around 40 minutes where no emails were sent.
I cannot get another action to use Result of step X is empty on email sending.

How can I create a flow that checks if the email is sent? And report if anything is going wrong?

Hi @michal.friedrich,

I would recommend checking your “Activity Log” on your SendGrid account.

1 Like

What Johnny said for manual. For automatic you can use delivery/fail webhooks for this as well to get the status of emails sent.

2 Likes

Configure SendGrid’s webhook to send events to an API workflow in your app, and implement the desired logic there.

1 Like

Yep! But honestly, I don’t recommend SendGrid in general, Postmark all the way :saluting_face:

2 Likes

Thanks Everybody. I know the way thanks to you. I love bubble community! <3