List collections
GET /collections · requires collection (view)
string
default:"overdue"
overdue | soon | allinteger
default:"1"
integer
default:"20"
Max 200.
string
Preview a reminder
GET /collections/preview · requires collection (view)
string
required
string
required
string
Defaults to the tenant’s default channel.
Send a reminder
POST /collections/remind · requires collection (edit)
string
required
string
required
string
Send reminders in bulk
POST /collections/remind-bulk · requires collection (edit)
string
string
default:"overdue"
overdue | soon | allstring
Run due reminders now
POST /collections/run-due-reminders · requires collection (edit)
No body. Triggers the same reminder sweep that runs on a schedule, on demand — useful after
changing notification channel configuration and wanting to confirm it immediately, rather than
waiting for the next scheduled run.
See Tenant Administration for configuring notification
channels, and Collections for the product-level walkthrough.