nowcerts_callLogRecord_insert
Add call log records to track insurance-related conversations and maintain communication history within the Nowcerts system.
Instructions
Insert a call log record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes |
Input Schema (JSON Schema)
{
"properties": {
"record": {
"required": true,
"type": "object"
}
},
"required": [
"record"
],
"type": "object"
}