nowcerts_callLogRecord_getCallLogRecords
Retrieve call log records from NowCerts using customizable filters to track and manage communication history for insurance workflows.
Instructions
Get call log records
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| filters | No | 
Input Schema (JSON Schema)
{
  "properties": {
    "filters": {
      "type": "object"
    }
  },
  "type": "object"
}