The notifications module is the central queue for outbound messages: order confirmations, password resets, abandoned-cart reminders, return updates, and any custom message your modules emit. It dispatches via Resend (email) and Twilio (SMS) when those provider keys are configured, and falls back to no-op in-memory delivery for local development. Source: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.
modules/notifications · npm: @86d-app/notifications
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/notifications | Sent and queued messages |
POST | /admin/notifications/test | Send a test message |
GET | /admin/notifications/templates | Manage transactional templates |
Related modules
- Newsletter (broadcast vs. transactional), Automations.

