Record Payment Reminder
invoice_remindGenerate and record a payment reminder for unpaid invoices. Returns a customizable reminder message to be delivered through your preferred channel.
Instructions
Record that a payment reminder has been issued for an unpaid invoice. Increments reminder_count, sets last_reminder_at, and advances draft → sent. Returns the generated reminder message (custom or default) so the caller can relay it through their preferred channel — this tool itself does not send email; use invoice_send for actual delivery. Safely refuses to remind on already-paid invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Custom reminder body; default is a friendly message referencing invoice number, amount, and due date | |
| invoice_id | Yes | UUID of the invoice to remind |