wetrack_create_client
Create a new client organization by providing its name, contact details, address, country, and timezone to enable project tracking and management.
Instructions
Create a new client organisation.
Args: name: Organisation name e.g. 'Acme Corp'. email: Primary contact email e.g. 'contact@acme.com'. contact_name: Primary contact person name e.g. 'John Doe'. address: Physical address e.g. '123 Tech Park'. phone: Organisation phone number. contact_email: Contact person's email (if different from org email). contact_phone: Contact person's phone. code: Short org code e.g. 'AC'. country: Country name. timezone_id: Timezone integer ID (get from wetrack_list_timezones).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| name | Yes | ||
| Yes | |||
| phone | No | ||
| address | Yes | ||
| country | No | ||
| timezone_id | No | ||
| contact_name | Yes | ||
| contact_email | No | ||
| contact_phone | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |