nowcerts_note_insert
Add new notes to NowCerts insurance management system to document case details, client communications, and policy information 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"
}