Workflows

Workflows connect multiple modules together to create complex automation chains.

Creating a Workflow

A workflow consists of a Trigger (what starts the automation) and a series of Actions (what happens next).

Example: Paid Access Workflow

  1. Trigger: User clicks "Buy VIP" in a Telegram menu.
  2. Action: Payment Gateway module generates a crypto invoice.
  3. Wait: System waits for blockchain confirmation.
  4. Action: Bot sends a unique, one-time invite link to the user.