Compound Actions

What Are Compound Actions?

Compound Actions allow developers to orchestrate multiple actions into a single, cohesive automation. They enable complex task execution by combining:

  1. Input Variables (This defines what data is needed for the Workflow to execute)
  2. Individual Actions (HTTP calls, APIthon Scripts, Built-in Actions)
  3. Control Flow Logic (Conditionals, Loops, Return, etc.)

Compound Actions are then “promoted” to Plugins so that they can be accessible by end users in their bot.