CallLogUpdateResponse
Result of updating an existing CRM call activity.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
successful |
boolean | Yes | Whether the connector updated the CRM activity. |
logId |
string | No | Connector-assigned CRM activity identifier. |
updatedNote |
string | No | Final note returned by the connector after update processing. |
returnMessage |
ReturnMessage | No | — |
Example
{
"successful": false,
"logId": "string",
"updatedNote": "string",
"returnMessage": {
"message": "string",
"messageType": "string",
"ttl": 0,
"details": [
{}
]
}
}