Skip to main content

Action

An Action is an automated response that executes when specific events happen in your TagoCore system. Think of Actions as the "then" part of "if-then" rules - when something occurs (like a device sending data), TagoCore can automatically take action based on the rules you set up.

Actions give you powerful automation capabilities for your Devices and IoT workflows.

What Actions Can Do

With Actions, you can automatically:

  • Run custom scripts using an Analysis to process or analyze data
  • Send HTTP requests to external APIs or webhooks to integrate with other systems
  • Trigger plugin functionality using specialized triggers and types
  • Extend capabilities through the growing plugin ecosystem

Creating an Action

To create a new Action, click the   button on the Actions page. This opens the Action creation modal:

You'll need to configure three essential components:

  1. Name: A descriptive name for your Action (e.g., "High Temperature Alert")
  2. Trigger: What event should activate this Action (e.g., when device data arrives)
  3. Type: What should happen when the Action runs (e.g., run an analysis, post to data to HTTP endpoint)