How can we help?

Send and receive using the API


The Auron SMS Server has two different API’s available:

Find a ton of working examples on how to use these API’s on our GitHub page. After installation these examples are available from the Auron SMS Server manager as well.

SMS Server Manager - API Examples

SMS Server Manager – API Examples

Local API

The local API is available on a local installation of the Auron SMS Server. If you’re writing or customizing trigger scripts you’re using the local API.

You can use this API from nearly all programming languages that are available for Windows as long as they have support for COM objects.

After installation, examples are available for these languages:

  • C# .Net Core
  • C#, VB .Net
  • C++
  • PHP
  • ASP Classic
  • VBScript / VBA (MS Excel)
  • Powershell

HTTP REST API

The HTTP REST API becomes available after creating the HTTP REST API channel.

You can use it to integrate from any platform or programming languages that allows you to make HTTP calls.

The installation includes examples for these languages:

  • C#, VB .Net
  • Curl
  • PHP
  • VBScript
  • Powershell