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:
- Input Variables (This defines what data is needed for the Workflow to execute)
- Individual Actions (HTTP calls, APIthon Scripts, Built-in Actions)
- 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.
Updated 4 days ago