TheDocumentation Index
Fetch the complete documentation index at: https://docs.major.build/llms.txt
Use this file to discover all available pages before exploring further.
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
Common Operations
The RingCentral connector supports the following operations through the AI coder:Call Logs
Retrieve call log records for your account:Messages
List messages from your RingCentral account:SMS
Send an SMS message:Extensions
List extensions in your account:Inputs
Theinvoke method accepts the following arguments:
The HTTP method to use:
"GET", "POST", "PUT", "PATCH", or "DELETE".The RingCentral API path (e.g.,
/restapi/v1.0/account/~/call-log).A unique identifier for this operation.
Optional configuration object.
Outputs
The output format is the same as the Custom API client.Discriminator for the response type.
The HTTP status code.
The response body (typically JSON).