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 abandoned-carts module identifies carts that have been idle past a threshold and triggers a configurable reminder sequence. With @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

86d module add abandoned-carts

Configuration

abandonedCarts({
  abandonAfterMinutes: "60",
  reminderSchedule: "60,1440,4320",   // minutes after abandonment: 1h, 24h, 72h
});

Admin endpoints

MethodPathDescription
GET/admin/abandoned-cartsList abandoned carts
POST/admin/abandoned-carts/:id/send-nowSend the next reminder immediately