create_contact
Create a new contact in Xero, requiring a unique name, with optional fields for email, phone, and personal details.
Instructions
[WRITE] Create a new contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Org to target: a tenantId, a tenant-name substring, or an alias from XERO_ORG_ALIASES. Defaults to the first connected org. | |
| name | Yes | Contact name (required, must be unique in the org). | |
| firstName | No | ||
| lastName | No | ||
| emailAddress | No | ||
| phone | No | Default/mobile phone number. | |
| raw | No | Advanced: extra Xero Contact fields merged into the body. |