Skip to main content
The RingCentralResourceClient allows you to connect to RingCentral and interact with communications data, including call logs, messages, SMS, and extension information.

Usage

Authentication

When creating a RingCentral connector, choose your OAuth scope:
  • Read-only — access call logs, messages, SMS, and extension data
  • Read-write — read-only access plus ability to send SMS and update data
  • Custom — configure specific permissions manually
The OAuth flow redirects to RingCentral to authenticate your account. Major securely stores the token and handles authentication for all API requests.

Common Operations

The RingCentral connector supports the following operations through the AI coder:

Call Logs

Retrieve call log records for your account:
Get details for a specific call record:

Messages

List messages from your RingCentral account:

SMS

Send an SMS message:

Extensions

List extensions in your account:
Get details for a specific extension:

Inputs

The invoke method accepts the following arguments:
string
required
The HTTP method to use: "GET", "POST", "PUT", "PATCH", or "DELETE".
string
required
The RingCentral API path (e.g., /restapi/v1.0/account/~/call-log).
string
required
A unique identifier for this operation.
object
Optional configuration object.

Outputs

The output format is the same as the Custom API client.
"api"
Discriminator for the response type.
number
The HTTP status code.
ResponseBody
The response body (typically JSON).