ℹ️ The Auron SMS Server is now Auron Omni. Learn more here.

How can we help?

Send and receive using the API


The Auron Omni provides two APIs:

You can find a wide range of working examples for both APIs on our GitHub page. After installation, these examples are also available directly from the Auron Omni Manager.

Auron Omni Manager - API examples

Auron Omni Manager – API examples

Local API

The Local API is available in any local Auron Omni installation. If you are writing or customizing trigger scripts, you are using the Local API.

You can use this API from nearly all Windows programming languages that support 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 you create the HTTP REST API channel.

You can use it to integrate from any platform or programming language that can make HTTP requests.

The installation includes examples for these languages:

  • C#, VB.NET
  • cURL
  • PHP
  • VBScript
  • PowerShell