-
Rules, alarms and notifications
A key part of managing your IoT network is being able to respond as soon as possible to events or anomalies requiring action. In this section, learn how to set up flexible notifications to easily manage your messages and alerts. Notification are sent by channels (email or webhook). Those channels are bundled into topics.…
-
Enable the real time rule engine
What you will need Make sure that you have prepared the following points: The edge device is set up with a TeamViewer IoT Agent and TeamViewer Edge Management is enabled. Access the Edge Device via Remote Terminal. Enable 1. Access the edge device remotely (Access the Edge Device via Remote Terminal). 2. Install the Real…
-
Add Rule
What you will need Make sure that you have prepared the following points: Your TeamViewer credentials. The edge device is set up with a TeamViewer IoT Agent and TeamViewer Edge Management is enabled. The Real-Time Rule Engine is enabled. The edge device is connected to the internet. Adding the rule 1. To log in to the IoT…
-
Add Topic
Topics can be created without any Channels or being linked to Rules. In this scenario, notifications will not be sent as there are no specified Channels. You can add Channels to your Topics at any time, during or after setting up the Topic. What you will need Make sure that you have prepared the following points: Your…
-
Add Channel
Channels can be created without any subscribed Topics. You can subscribe to Topics at any time, during or after setting up the Channel. Webhooks and emails need to be confirmed prior to being activated (ready for use) in order to prevent abuse of non-owned mediums. Once a Channel is set up, a confirmation message is sent…
-
Examples: Rule triggered Webhook messages
A Webhook can be thrown when a Rule was triggered. Webhooks are sent via HTTP POST message to a specified url. The message contains JSON documents. The examples below show Webhook message examples for your reference. Webhook Endpoint Confirmation { "Type": "ChannelConfirmation", "Message": "You have received this request…