Actions
Actions is a powerful feature that gives you total control over your devices by executing operations based on events you define.
With Actions you can:
- Send an SMS based on certain conditions.
- Send an email based on certain conditions.
- Run scripts using Analysis.
- Make HTTP POST requests.
- Send notifications to your account or to the account of your RunUsers.
- Publish to an MQTT topic based on certain conditions.
Learn about Defining Actions.
Creating Actions
To create a new Action, click the "Action" button in the sidebar, then click the + button in the top right.
Type of trigger
There are 5 types of triggers you can use:
-
Variable – The action will be triggered when one variable meets certain conditions. If your device has sent data and the variables are meeting those conditions, this action will be triggered. Learn more about Trigger by Variable.
-
Resource – This action will be triggered when the selected resources, for example, analysis or devices, have been modified, deleted, or created. This type keeps watching resources and triggers the action when the resources have met certain conditions. Learn more about Trigger by Resource.
-
Schedule – This action will be triggered automatically from time to time. You can specify a custom range (every second Wednesday of September), or you can specify a fixed time range (every 2 hours). Learn more about Trigger by Schedule.
-
Usage Alert – This action will be triggered upon a Services and/or Resources usage percentage set by the user. This type keeps watching Services and Resources and triggers the Action when the conditions are met. Learn more about Trigger by Usage Alert.
-
Geofence – This action will be triggered whenever a variable containing location data meets specific geofence conditions—either inside or outside a predefined area. Learn more about Trigger by Geofence.
To prevent your action from continuously activating when a trigger condition is met, it is advisable to define a reset trigger condition. Ensure you check the “[Trigger Unlock]” option to avoid potential issues with your logic and account:
Trigger Unlock.