collections / automations / new automation

Category for organizing automations

URL-safe identifier (also the default webhook slug + handler folder name).

Optional. A Mailer template sent when the handler throws (Production). The mailer object owns the recipients, subject, and body. Leave empty for none.

One or more of: schedule (cron), webhook (HTTP), event (T3 events).

PHP returning a closure: return function (AutomationContext $ctx) { ... };