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
- Trigger: User clicks "Buy VIP" in a Telegram menu.
- Action: Payment Gateway module generates a crypto invoice.
- Wait: System waits for blockchain confirmation.
- Action: Bot sends a unique, one-time invite link to the user.