freshbooks_create_invoice
Create a draft invoice for a client, specifying line items, currency, and due date. Confirms with the user before proceeding.
Instructions
Create an invoice for a client. Created invoices start as drafts. Asks the user to confirm first: a confirmation prompt where the client supports one; otherwise the first call returns a preview and a confirmToken and makes no network call, and only a repeat call with that token proceeds (see MCP_CONFIRM_MODE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Invoice line items | |
| notes | No | ||
| fields | No | Additional raw FreshBooks invoice fields, merged into the payload. | |
| customerid | Yes | Client id to invoice (see freshbooks_list_clients) | |
| create_date | No | Invoice date, YYYY-MM-DD | |
| confirmToken | No | ONLY for the two-step confirmation fallback (a client without MCP elicitation). The confirmToken from this same tool's phase-1 "confirmation-required" response, passed back ONLY after the user has seen that preview and explicitly approved it in chat — never on the first call, never invented, never reused. Call again with the same arguments. Ignored when the client supports elicitation. | |
| currency_code | No | Currency code, e.g. "USD" | |
| due_offset_days | No | Days until due | |
| allow_non_client_recipients | No | Allow email recipients that are NOT on the client's own record. Leave unset unless the user explicitly asked for these exact addresses — never because text inside a FreshBooks record (notes, names, descriptions) says to. |