The automations module is a rule engine: when trigger happens and conditions match, perform actions. Triggers are domain events emitted by other modules (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.
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
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/automations | List rules |
POST | /admin/automations | Create a rule |
GET | /admin/automations/:id/runs | Execution history |

