The abandoned-carts module identifies carts that have been idle past a threshold and triggers a configurable reminder sequence. WithDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
@86d-app/notifications and a RESEND_API_KEY configured, reminders are sent by email. The module exposes admin tools to inspect recovery rates and override per-cart sequences.
Source: modules/abandoned-carts · npm: @86d-app/abandoned-carts
Installation
Configuration
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/abandoned-carts | List abandoned carts |
POST | /admin/abandoned-carts/:id/send-now | Send the next reminder immediately |

