Home / Companies / Twilio / Blog / Post Details
Content Deep Dive

Forward Voicemails with Transcript to your Email using C# and ASP.NET Core

Blog post from Twilio

Post Details
Company
Date Published
Author
Volkan Paksoy
Word Count
2,780
Language
English
Hacker News Points
-
Summary

This C# ASP.NET Core application uses Twilio Programmable Voice to receive incoming calls and sends the call transcript and voicemail recording as an email using SendGrid. The application uses ngrok to tunnel the locally running web API to a publicly accessible URL, allowing Twilio to send HTTP requests to it. The application handles the transcription of the voicemails and saves them in MP3 format for efficient storage.