nowcerts_note_insert
Add new notes to NowCerts insurance management system to document client interactions, policy updates, and claim details for accurate record keeping.
Instructions
Insert a new note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note data |
Input Schema (JSON Schema)
{
"properties": {
"note": {
"description": "Note data",
"required": true,
"type": "object"
}
},
"required": [
"note"
],
"type": "object"
}