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 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: modules/notifications · npm: @86d-app/notifications

Installation

86d module add notifications

Admin endpoints

MethodPathDescription
GET/admin/notificationsSent and queued messages
POST/admin/notifications/testSend a test message
GET/admin/notifications/templatesManage transactional templates