freshbooks_create_client
Create a new client or customer in FreshBooks. Includes a confirmation step that previews details and requires explicit approval before the client is added.
Instructions
Create a client (customer) in FreshBooks. 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 |
|---|---|---|---|
| No | Client's email address | ||
| fname | No | First name | |
| lname | No | Last name | |
| fields | No | Additional raw FreshBooks client fields, merged into the payload. | |
| 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. | |
| organization | No | Company / organization name | |
| currency_code | No | Currency code, e.g. "USD" |