Create Client Contact
create_client_contactAdd a contact person to a client. Requires client ID and name; optionally set email, phone, role, and primary contact.
Instructions
Add a new contact person to a client. Requires a name at minimum. Example: clientId='abc123', name='Ana Garcia', email='ana@acme.com', role='CTO', isPrimary=true / Anade un nuevo contacto a un cliente. Requiere al menos un nombre.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | Client ID / ID del cliente | |
| name | Yes | Contact name / Nombre del contacto | |
| No | Email address / Correo electronico | ||
| phone | No | Phone number / Telefono | |
| role | No | Role or title (e.g. CEO, CTO, Billing) / Cargo o rol | |
| isPrimary | No | Whether this is the primary contact / Si es el contacto principal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| No | |||
| phone | No | ||
| role | No | ||
| isPrimary | No | ||
| createdAt | No | ||
| updatedAt | No |