Device offline alerts?

Is there a way to have Balena send a text or an email when a device from a specific fleet goes offline? Trying to figure out a way to support many devices at once.

Hi Matt,

Unfortunately, this is not a feature we support at this time. However, you should be able to craft an API query for the devices you want to monitor, and get the is_online field from those devices. If you query this list of devices periodically, you should be able to send an email or SMS via a third party when specific devices go offline.

Here’s a reference for the device resource: Resources - Balena Documentation

As well as an overview of constructing API calls: Overview - Balena Documentation

Let us know if you have any further questions.