create_customer
Add a new customer to your system. Provide full name; additional fields like email, address, and company details are optional.
Instructions
Create a new customer. Only fullname is required; all other fields are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | Full name of the customer (required). | |
| No | Email address. | ||
| mobile | No | Mobile phone number. | |
| country | No | Country name or ISO code. | |
| city | No | City name. | |
| address | No | Street address. | |
| vat_number | No | VAT registration number. | |
| tax_office | No | Tax office name. | |
| postal_code | No | Postal / ZIP code. | |
| comments | No | Free-text comments about the customer. | |
| tag_names | No | Comma-separated tag names to assign. | |
| is_company_customer | No | Whether this is a company (B2B) customer. | |
| gender | No | Gender of the customer. | |
| title | No | Title / salutation (e.g. Mr, Mrs, Dr). | |
| company_name | No | Company name (for B2B customers). |