Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The automations module is a rule engine: when trigger happens and conditions match, perform actions. Triggers are domain events emitted by other modules (order.placed, customer.created, …). Actions can send emails, add tags, issue store credits, or call external webhooks. Source: modules/automations · npm: @86d-app/automations

Installation

86d module add automations

Admin endpoints

MethodPathDescription
GET/admin/automationsList rules
POST/admin/automationsCreate a rule
GET/admin/automations/:id/runsExecution history