Skip to content

Automation Studio

This page is generated from public package documentation in capell-4/packages and the package manifest checked into the source repository.

FieldValue
Composer packagecapell-app/automation-studio
Package slugautomation-studio
Product groupCapell Automation
Tierpremium
Bundleautomation
Runtime contextsadmin, console
Capell version^4.0
Source repositorycapell-app/packages
Source pathpackages/automation-studio
Docs sourcepackages/automation-studio/docs
Manifestcapell.json

Automation Studio is the rule orchestration layer for Capell package events.

This first package slice is intentionally database-free. Packages or future admin resources can register AutomationRuleData objects against the package-local AutomationRuleRegistry, and Automation Studio will dispatch matching trigger events to registered action handlers.

  • Triggers: form submitted, access approved, page published, campaign converted.
  • Actions: send email, webhook, tag contact, create note, subscribe user, queue agent capability, run Public Action.
  • Built-in handler: public_action, which delegates to Public Actions when that package is available.
  • Package-local listeners normalize optional package events without editing those packages.

See docs/automation-studio.md for the implementation plan and next slices.