nowcerts_callLogRecord_insert
Add call log entries to track customer interactions and 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"
}