Sonar Features

Consuming the Sonar API

In the first three articles in this series, I walked you through how to use the API using GraphiQL, a web based tool included in Sonar. Now let’s build a very simple application so we can consume the API externally. Using the Sonar GraphQL API in an external application is pretty simple. It’s served over HTTPS, and the [...]

By |2023-08-07T09:51:06-05:00September 28, 2020|Sonar Features|

Mutations in the Sonar API

In GraphQL, a mutation is something that changes data. Whether you’re creating, updating, or deleting, running a mutation will always cause data to be modified. Let’s jump into how mutations work. Mutations in the Sonar API are always named for what they do, and written in camelCase. Here, I’m looking at the createAccountStatus mutation in GraphiQL. Mutations tend to (generally) be pretty simple in Sonar. [...]

By |2022-12-07T15:41:47-06:00September 25, 2020|Sonar Features|

A Deeper Dive into the new Sonar API

In my last article, I talked about the basic structure of the new, GraphQL powered Sonar API and showed you how to construct some basic queries. If you haven’t read that article yet, start there! In this article, I’m going to dive into the real power of this API and show you how to construct some complex, powerful queries. Interfaces [...]

By |2023-08-07T09:52:56-05:00September 23, 2020|Sonar Features|

The New Sonar API

Welcome to the first part of the Sonar GraphQL API series. In this set of articles, I’ll teach you how to use the new, powerful GraphQL API that underlines Sonar, and show you all the amazing things you can do with it. Why GraphQL? When I started work on the newest version of Sonar, I knew that improving [...]

By |2023-08-07T09:41:20-05:00September 21, 2020|Sonar Features|

Sonar 1.7 out now!

Sonar 1.7 is out now! The big new feature in 1.7 is geofencing for scheduling, but you can check out the entire changelog here. We're still hard at work on Sonar version 2.0 - I hope you enjoy 1.7, and there'll be more news coming soon!

By |2022-11-30T19:45:14-06:00April 18, 2018|Company News, Sonar Features|

Sonar 1.5 and Sonar 2.0

Sonar 1.5 is on the horizon, and it's got some goodies in it. The big new feature is an integration with Avalara, which enables automated tax calculation for any service in the US or Canada. If you sell voice services (especially across in state lines, or in states with complex taxing jurisdictions), I'm sure you can see that this [...]

By |2022-11-29T22:30:04-06:00January 17, 2018|Integrations, Sonar Features|

The last few months

Things have been very hectic in the last few months since our WispMon acquisition! We've been hard at work migrating WispMon customers over to Sonar, but here's a few of the other things that we've accomplished. https://github.com/SonarSoftware/dhcp_batcher. We were nominated for Service of the Year at WISPAPALOOZA 2017! We've released numerous updates with hotly requested features from our feature request tool [...]

By |2022-11-30T19:47:07-06:00November 28, 2017|Sonar Features|

Sonar 1.4 out today!

Sonar 1.4 is officially released, and it's chock full of new features. The major new feature is Pulse, our new module that automatically maps the topology of your network to create interactive, real time network maps that you can use for documentation and troubleshooting. Pulse is far from the only new feature in Sonar 1.4 though, check out the massive [...]

By |2022-11-30T19:51:08-06:00July 23, 2017|Company News, Integrations, Sonar Features|

Sonar 0.6 now available!

Sonar 0.6 is now available, bringing data usage tracking, usage based billing, a completely customizable customer portal, and much, much, much more. This is one of our largest updates ever, and there's lots more to come. Development on 0.7 is already underway, which will bring a completely new, improved, and much faster mapping implementation, along with a complete scheduling/workforce [...]

By |2022-11-30T21:42:55-06:00July 7, 2017|Company News, Sonar Features|

Automatic network mapping

Sonar 1.4 is coming soon, and the new major feature we'll be releasing is our automatic network mapping module. This module uses the Sonar poller to scan your monitored devices and build a real time map of links between devices, as well as determining which customers are connected to which network site.

By |2022-11-29T18:27:04-06:00June 19, 2017|Sonar Features|
Go to Top