create_contact
Create a new contact record and optionally associate it with an existing client.
Instructions
Create a new contact record and optionally associate with a client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Contact's last name | |
| role | No | Contact's role/title | |
| No | Email address | ||
| first | No | Contact's first name | |
| notes | No | Notes about the contact | |
| phone | No | Phone number | |
| clientName | No | Exact name of an existing client to associate this contact with | |
| portalAccess | No | Grant client portal access | |
| defaultContact | No | Set as default contact (receives all notifications) | |
| invoiceContact | No | Set as invoice contact (receives invoice notifications) |