Skip to content

CallDispositionRequest

Call identity and connector-defined dispositions to apply to an existing CRM activity.

Properties

Property Type Required Description
sessionId string Yes RingCentral call session identifier. Minimum length: 1.
extensionNumber any of: string or null, number or null No Legacy RingCentral extension-number identity fallback.
hashedExtensionId any of: string or null, number or null No Hashed RingCentral extension id used to find the local call-log mapping.
dispositions object of any No Disposition values keyed by connector-defined field identifier.
additionalSubmission all of: AdditionalSubmission No Accepted for client compatibility; the current call-disposition handler does not persist or forward these values.

Example

{
  "sessionId": "string",
  "extensionNumber": "string",
  "hashedExtensionId": "string",
  "dispositions": {}
}