From the course: ASP.NET Core: Communication Management

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Update email status on webhook event

Update email status on webhook event - ASP.NET Core Tutorial

From the course: ASP.NET Core: Communication Management

Start my 1-month free trial

Update email status on webhook event

- [Instructor] Now that you have configured a web API endpoint, in the ASP.NET Core application, let us configure the Webhook Events that we want to receive. So, let's see this in action. First, make sure that you have started Visual Studio as an admin. Then next I'll just put a break point in line 26, so we can check when this Webhook is being called by SendGrid. Next, go to Tools and then start ngrok Tunnel. This session status is online so now let us go to Visual Studio and start Visual Studio and Visual Studio is also started. What we need to do next, is that we need to copy this link from the ngrok, then go to the sendgrid.com page. So I'll just open a new tab then type in here sendgrid.com. Then go to Dashboard, then in here go to Settings, scroll down and go to the Mail Settings, then here you have the Event Settings, we are interested in the Event Webhooks, so I'll just click the pencil in here,…

Contents