CallLogInfo
Connector-normalized details for an existing CRM call activity.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
subject |
string | No | CRM activity subject. |
note |
string | No | CRM activity note. |
fullBody |
string | No | Connector-formatted complete activity body. |
fullLogResponse |
object of any | No | Raw connector activity response when details were requested. |
contactName |
string | No | Associated CRM contact display name. |
dispositions |
object of any | No | Connector-defined disposition values. |
Example
{
"subject": "string",
"note": "string",
"fullBody": "string",
"fullLogResponse": {},
"contactName": "string",
"dispositions": {}
}