Skip to content
Bharat Bhardwaj edited this page May 24, 2019 · 9 revisions

SharpNyx

SharpNyx is a c# interface library for Telnyx. SharpNyx is targeted for the .Net Core stack, but should be usable as a dll in standard .Net programs.

SharpNyx requires Newtonsoft and runs on the HttpClient. The DLL should work fine on most legacy .Net code, even though the NuGet package is targeted for .Net Core 2.1.

You must have a Telnyx account and a secret key to use this API. Refer to the Telnyx Messaging API Reference v1 for detailed information.

Clone this wiki locally