bexio Invoice Reminders
bexio_invoice_remindersManage invoice payment reminders: create next reminder level, list, search, send via email, delete, or generate PDF. All actions require an invoice ID.
Instructions
Manage payment reminders of a bexio invoice. All actions require invoice_id. Actions: "list" (all reminders of the invoice), "search" (search_criteria required; searchable fields: title, reminder_level, is_sent, is_valid_from, is_valid_to), "get" (reminder_id), "create" (no payload; bexio creates the next reminder level for the overdue invoice), "delete" (reminder_id; permanently deletes the reminder — cannot be undone), "send" (reminder_id + email with recipient_email/subject/message; message must contain "[Network Link]"), "mark_as_sent" (reminder_id), "mark_as_unsent" (reminder_id), "pdf" (reminder_id; optional logopaper for letterhead and save_path to write the PDF to disk instead of returning base64).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email parameters for "send" | ||
| action | Yes | Operation to perform | |
| logopaper | No | For "pdf": render the PDF on the letterhead paper | |
| save_path | No | For "pdf": write the PDF to this file path instead of returning base64 | |
| invoice_id | Yes | Invoice id the reminders belong to (always required) | |
| reminder_id | No | Reminder id (required for get/delete/send/mark_as_sent/mark_as_unsent/pdf) | |
| search_criteria | No | Search conditions, combined with logical AND |