Receive an SMS
Now that the app is running on http://localhost:3000 you will be able to send an SMS message to yourself using your vonage number. After it's delivered a delivery receipt will then be sent to your application, and the delivery receipt will be printed in your console.
Whats Next?
Find out more about the capabilities of the SMS API:
How to Receive SMS Delivery Receipts with ASP.NET Core MVC
Delivery receipts allow you to get information about when an SMS is delivered to a user's handset. This tutorial shows how you can receive these delivery receipt notifications in your ASP .NET application.
Steps
1
Introduction to this tutorial2
Prerequisites3
Create the SMS Project File4
Add Vonage Dotnet SDK5
Create Send SMS Model6
Create a Send SMS View7
Set up Startup Route8
Add an SMS Controller9
Add Delivery Receipt Route to Controller10
Configure the ASP.NET App11
Run the .NET App12
Conclusion