This demo shows how to send an Sms with Blazor.
- You'll need the latest version of the .NET Core 3.1 SDK
- You'll need a Vonage API account. You can sign up here
Set the Vonage_API_KEY
and Vonage_API_SECRET
fields in the appsettings.json
file with the appropriate fields from your Dashboard.
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.