.NET

Receive an SMS

Now that the app is running on http://localhost:3000 you will be able to send yourself an SMS message through your Vonage number, and it will be received and printed out in your console

Whats Next?

Find out more about the capabilities of the SMS API:

How to Receive an SMS Message with ASP.NET Core MVC

A tutorial to show how your ASP .NET MVC application can use the Vonage .NET SDK to receive SMS messages from your users and display them in your output window.

Available on:
.NET
Steps
1
Introduction to this tutorial
2
Prerequisites
3
Create the SMS Project File
4
Add Vonage Dotnet SDK
5
Add an SMS Controller
6
Run the .NET App
7
Conclusion