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:
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).