Create Client Note
create_client_noteAdd a free-form text note to a client record to store context such as preferences or payment terms.
Instructions
Add a note to a client. Notes are free-form text entries useful for keeping context. Example: clientId='abc123', content='Prefers invoices in English. Payment NET 30.' / Anade una nota a un cliente. Las notas son texto libre para mantener contexto.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Note content / Contenido de la nota | |
| clientId | Yes | Client ID / ID del cliente |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| content | Yes | ||
| createdAt | No | ||
| updatedAt | No |