CallNoteCacheRequest
Temporary call note stored before full server-side call logging.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
sessionId |
string | Yes | RingCentral call session identifier used as the cache key. |
note |
string | Yes | Call note to retain for up to one hour. |
Example
{
"sessionId": "string",
"note": "string"
}