Cache a call note before full logging
POST /callLog/cacheNote
Caches a call note by RingCentral session ID before full server-side call logging when the connector advertises cacheCallNote. The cache entry expires after one hour. The legacy success response uses a plain-string returnMessage.
Operation ID: postCallLogCacheNote
Authorization: BEARER or API key
Request body
RingCentral session ID and note to cache for up to one hour before server-side logging.
Required: Yes
Content type: application/json
Schema: CallNoteCacheRequest
{
"sessionId": "string",
"note": "string"
}
Responses
| Status | Description | Body |
|---|---|---|
200 |
Call note cache result. | BasicMutationResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |