You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SendGrid event webhook will send email events to a URL of your choosing. Add functionality that will consume event webhook events posted
to your server by SendGrid. Documentation: https://sendgrid.com/docs/API_Reference/Webhooks/event.html
The text was updated successfully, but these errors were encountered:
@thinkingserious Here are my understanding currently webhook for Sendgrid. It send all email events at particular URL . Now we want to multiplex events at webhook handler side or we want write webhook handler helper which consume email event. is that correct?
The SendGrid event webhook will send email events to a URL of your choosing. Add functionality that will consume event webhook events posted
to your server by SendGrid. Documentation: https://sendgrid.com/docs/API_Reference/Webhooks/event.html
The text was updated successfully, but these errors were encountered: