Trigger by Resource

Trigger by Resource

The trigger type Trigger by Resource allows you to execute your Action when a resource meets certain conditions. A resource is one of the following:

For example, you can trigger an Action when a new user sign up in your RUN or a new Device is added. This Action could push a notification to yourself.


Trigger Conditions

After setting up the device, you should set a condition for your action to be executed. To do so, you must head over to the Trigger section.

You can set multiple conditions in an action, if at least one of them results in a match, the action will be executed.

  1. Resource: Select a resource to be tested.
  2. Tag key: The tag key of the resource to be tested.
  3. Tag value: The tag value of the resource to be tested.
  4. Condition: The condition to be watched.

The example above means that the action will be triggered when a Device with a tag key of tag_key and a tag value of tag_value is created.


    • Related Articles

    • Resource Limits

      TagoIO implements multi-tenancy as a cost-effective and performance-enhancing approach. This architectural choice brings a lot of benefits but it must have mechanisms to avoid service disruptions when other users utilizing the shared resources have ...
    • Trigger Unlock

      Trigger Unlock is a feature that allows users to define specific conditions under which an action, once locked, can be unlocked and allowed to execute again. This locking mechanism serves as a safeguard against repetitive or unwanted triggers, ...
    • Trigger by MQTT Topic

      The trigger type, Trigger by Variable, allows you to execute your Action when data is sent to an MQTT topic. TagoIO has its own MQTT broker that is responsible for pushing data to clients in case something new is published in the specific topics they ...
    • Trigger by Variable

      The trigger type, Trigger by Variable allows you to execute your Actions when a variable meets certain conditions. If your device has sent data and the variables are meeting those conditions, this action will be triggered. There are 2 (two) ...
    • Trigger by Schedule

      The trigger type Trigger by Schedule allows you to define a time interval in order to execute your Actions automatically. There are 2 (two) categories inside of this trigger type: By Interval: Allows you to specify a time interval to trigger the ...