Skip to content

Latest commit

 

History

History

console-app-messaging

Telnyx C# Getting Started

Telnyx

Sample application demonstrating C# SDK Basics

Documentation & Tutorial

The full documentation and tutorial is available on developers.telnyx.com

Pre-Reqs

You will need to set up:

What you can do

Usage

The following environmental variables need to be set

Variable Description
TELNYX_API_KEY Your Telnyx API Key
TELNYX_PUBLIC_KEY Your Telnyx Public Key
TELNYX_APP_PORT Defaults to 8000 The port the app will be served

.env file

This app uses the excellent dotenv.net package to manage environment variables.

Make a copy of .env.sample and save as .env and update the variables to match your creds.

TELNYX_API_KEY=
TELNYX_PUBLIC_KEY=
TENYX_APP_PORT=8000

Install

Run the following commands to get started

$ git clone https://github.com/d-telnyx/demo-dotnet-telnyx.git

Run

Open your IDE and run the application

API Docs

Next Steps