freshbooks_create_client
Create a new client in FreshBooks. Preview changes first; pass confirm: true to save the client.
Instructions
Create a client (customer) in FreshBooks. Requires confirm: true to execute; without it returns a dry-run preview and makes no network call.
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. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| organization | No | Company / organization name | |
| currency_code | No | Currency code, e.g. "USD" |