/plushcap/analysis/vonage/vonage-how-to-build-a-voicemail-with-asp-net-core-and-nancyfx-dr

How To Build a Voicemail with ASP.NET Core and NancyFX

What's this blog post about?

This tutorial guides developers on how to create a voicemail application using Nexmo Voice APIs and ASP.NET Core, allowing customers to leave messages for a specific phone number. The project uses NancyFX to handle HTTP requests and creates a route to /webhook/answer, which responds with an NCCO returned by the GetVoiceMailNCCO() method. The tutorial also covers configuration steps such as linking a Nexmo account to a phone number, setting up an answer URL using Ngrok, and exposing the webhook endpoint for testing. With this application, customers can leave messages that will be stored in a recording and sent to another route for further processing.

Company
Vonage

Date published
April 28, 2021

Author(s)
Rabeb Othmani

Word count
778

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.