Event rules automate render generation in response to events from external systems (Stripe, webhooks, schedule triggers).Documentation Index
Fetch the complete documentation index at: https://acme-3f0e8fe2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Anatomy
| Field | Description |
|---|---|
id | Rule identifier |
name | Human-readable label |
event_type | Source event (e.g. stripe.checkout.completed) |
template_id | Template to render when the rule fires |
mapping | JSON path expressions: event payload → modifications |
enabled | Whether the rule is active |