billy_create_contact
Create a contact in Billy by providing a name and country ID, with optional fields for email, phone, address, type, and tax ID to add customers or suppliers.
Instructions
Create a new contact in Billy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| name | Yes | Contact name | |
| type | No | Contact type | |
| No | Email address | ||
| phone | No | Phone number | |
| street | No | Street address | |
| zipcode | No | Zipcode | |
| countryId | Yes | Country ID (e.g., 'DK', 'US') | |
| isCustomer | No | Whether contact is a customer | |
| isSupplier | No | Whether contact is a supplier | |
| registrationNo | No | VAT/CVR/Tax ID number | |
| paymentTermsDays | No | Payment terms in days |