Logic to call an endpoint in thinger.io

Hi Team

We want to setup some alert mailing via an endpoint based on device data. How can we setup the logic in thinger.io for when this endpoint should be called? Or is this only possible via thinger.io or Grafana?

Kind regards
Gus

Hi @gus,

this can be done at this moment with the Node-red plugin. You can listen for updates on your devices, apply any logic you want, and call or not the corresponding endpoint.

Take a look, to this documentation: https://docs.thinger.io/plugins/node-red#server-events

Best regards.