Skip to content

nexmo-community/send-an-sms-with-blazor

Repository files navigation

Send an Sms with Blazor

This demo shows how to send an Sms with Blazor.

Prerequisites

Configure

Set the Vonage_API_KEY and Vonage_API_SECRET fields in the appsettings.json file with the appropriate fields from your Dashboard.

Running the App

From your terminal cd into the root directory of this repo and simply run the command dotnet run in your console. It will tell you what port it's running on - just navigate to localhost:portNumber and you'll be able to send an SMS.