create_contact
Create a contact for a client by supplying the client ID and contact name, with optional email, phone, and job title.
Instructions
Create a new contact for a client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Contact name | |
| No | Contact email | ||
| phone | No | Contact phone number | |
| client_id | Yes | Client ID (slug) | |
| job_title | No | Contact job title |