Skip to content

CallLogLookupItem

Lookup result for one requested RingCentral call session.

Properties

Property Type Required Description
sessionId string Yes Requested RingCentral call session identifier.
matched boolean Yes Whether a local CRM activity mapping exists for the session and extension identity.
logId string No Connector-assigned CRM activity identifier when matched.
logData CallLogInfo No

Example

{
  "sessionId": "string",
  "matched": false,
  "logId": "string",
  "logData": {
    "subject": "string",
    "note": "string",
    "fullBody": "string",
    "fullLogResponse": {},
    "contactName": "string",
    "dispositions": {}
  }
}