Create a contact
create_contactMUTATES Quaderno data — create a contact (customer or vendor). Provide kind plus a name; use fields for any other Quaderno contact attribute (phone_1, region, postal_code, city, street_line_1/2, tax_status, language, discount, notes, processor/processor_id). Quaderno API: POST /contacts. Returns the created contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Contact kind. | |
| No | Contact email address. | ||
| fields | No | Additional raw Quaderno fields merged into the request body (escape hatch for any field not typed above). | |
| tax_id | No | The contact's tax ID / VAT number. | |
| country | No | 2-letter ISO country code. | |
| last_name | No | The person's last name (persons only). | |
| first_name | No | For a person: their first name. For a company: the company name (Quaderno stores it here). | |
| contact_name | No | The contact person's name at a company (companies only). |