xero_contacts_create
Create a contact in Xero by supplying the required name and optional information such as email, phone, and tax number.
Instructions
Create a new contact in Xero. Name is required; other fields are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | Contact name (required) | |
| EmailAddress | No | Contact email address | |
| FirstName | No | Contact first name | |
| LastName | No | Contact last name | |
| Phone | No | Contact phone number | |
| AccountNumber | No | Account number for the contact | |
| TaxNumber | No | Tax number (ABN in Australia, GST in NZ, VAT in UK) | |
| IsCustomer | No | Whether the contact is a customer | |
| IsSupplier | No | Whether the contact is a supplier |