createContact
createContactCreates a new contact for a customer, specifying email and optional name and communication preferences for contracts and invoices.
Instructions
Create a new contact associated with a customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | Yes | The customer ID (UUID) to associate this contact with. | |
| first_name | No | First name of the contact. | |
| last_name | No | Last name of the contact. | |
| Yes | Email address of the contact. | ||
| send_contract | No | Whether to send contracts to this contact. | |
| send_invoice | No | Whether to send invoices to this contact. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |