asp.net-coretwilioblazor-server-sidehealth-check

Is there an ASP.NET Core HealthCheck for Twilio?


There's a HealthCheck for SendGrid and a ton of other services.

But I can't find one for Twilio.

Is there one anywhere?


Solution

  • It looks like there is not a published package for Twilio health checks.

    You may have to make your own health check, which luckily, isn't that hard.

    Microsoft has some great docs on the process and Twilio has an exposed status endpoint and docs related to it.

    Its a pretty simple process and well worth learning how to implement for future APIs as it increases API health visibility.