C# SendGrid Expert
Project detail
There is one app that we could use and should not take too long to develop. We send a lot of emails from our app to clients using SendGrid. I would like to use the SendGrid Webhook to get the status of the email and write the results to our SQL Server. It would be very helpful to let me know if their email was delivered and opened.
Would you be able to build a simple app to receive the Webhook response and write it to a table our SQL Server? I include a category and unique args in the email header which also can be returned in the Webhook.
Here is an example of a web hook app from SendGrid.
https://docs.sendgrid.com/for-developers/tracking-events/csharp-code-example