This article is about how to use SendGrid Web API in .net project.
There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for .Net from send grid's site and use their related dlls. To read more about Event Web Hook click on the below link. https://sendgrid.com/docs/API_Reference/index.html
Why we have choose SendGrid is just because of it's Even Webhook functionality which return the notification for every email sent to our specified URL. Actually we want check the status of our email like our email is delivered properly/ opened by user/ marked spam and all the possible event that can be happen to an sent email. To read more about Event Web Hook click on the below link. sendgrid.com/docs/API_Reference/Webhooks/event.html
Please see the attached sample code for reference.
0 Comment(s)