For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/22 MAY 2026

Automation Workflows Engine (Beta)

Backend
Feature
Workflows

Event-driven workflow system (apps/backend/workflow) to trigger automated emails based on custom user events.

PLANNING

  • Workflow schema. Defined trigger events, condition trees, step actions, and execution runs in packages/db/src/schema/automation.ts.

FRONTEND

  • Workflow canvas. Visual node canvas in the dashboard for linking custom event triggers to automated email template dispatches.

BACKEND

  • Workflow microservice. Built apps/backend/workflow with asynchronous event subscribers and step execution runners.
Reloop