Create Client Note
create_client_noteAdd free-form notes to client records to store contextual information 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 |
|---|---|---|---|
| clientId | Yes | Client ID / ID del cliente | |
| content | Yes | Note content / Contenido de la nota |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| content | Yes | ||
| createdAt | No | ||
| updatedAt | No |