The full documentation and tutorial is available on developers.telnyx.com
You will need to set up:
- Telnyx Account
- Telnyx Phone Number enabled with:
- Ability to receive webhooks (with something like ngrok)
- DotNet Core installed
Example | Description |
---|---|
Console App Messaging | Quick example demonstrating how to send an SMS with Telnyx.net from the dotnet CLI: dotnet new console |
ASP.NET Messaging | Example working with inbound MMS & SMS messages, downloading media from inbound MMS, and uploading media to AWS S3. |
Run the following commands to get started
$ git clone https://github.com/d-telnyx/demo-dotnet-telnyx.git