RingCentral
Cloud communications platform for voice, SMS, call logs, and account users.
Tools
| Name | Description |
|---|---|
send_smsSend an SMS message from a RingCentral phone number. | Send an SMS message from a RingCentral phone number. |
get_call_logList call log records for the authenticated extension. Recording details are omitted unless explicitly requested. | List call log records for the authenticated extension. Recording details are omitted unless explicitly requested. |
get_call_recordGet one call log record by telephony session or record ID. Recording details are omitted unless explicitly requested. | Get one call log record by telephony session or record ID. Recording details are omitted unless explicitly requested. |
list_extensionsList account extensions and users. | List account extensions and users. |
list_phone_numbersList RingCentral phone numbers for the account or authenticated extension. | List RingCentral phone numbers for the account or authenticated extension. |
list_message_storeList SMS, fax, voicemail, and pager message records. Message bodies are included by RingCentral response shape. | List SMS, fax, voicemail, and pager message records. Message bodies are included by RingCentral response shape. |
Triggers
| Name | Description |
|---|---|
new_or_updated_call_log_recordPoll RingCentral call logs and emit records created or changed after the initial baseline. Recording details are not included. | Poll RingCentral call logs and emit records created or changed after the initial baseline. Recording details are not included. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('ringcentral', 'send_sms', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'ringcentral',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect RingCentral to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does RingCentral support?
RingCentral supports 6 tools including Send SMS, Get Call Log, Get Call Record, List Extensions, List Phone Numbers, and more.
Can I use RingCentral with AI agents?
Yes. Add RingCentral to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect RingCentral to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add RingCentral as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped RingCentral tools exposed by that workspace.
Does RingCentral work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved RingCentral work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with RingCentral?
RingCentral exposes 6 tools, including Send SMS, Get Call Log, Get Call Record, List Extensions, List Phone Numbers, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can RingCentral be used in stateful agent workflows?
Yes. Agents can combine RingCentral tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does RingCentral use?
RingCentral uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the RingCentral integration cost?
The RingCentral integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does RingCentral support?
RingCentral supports 1 triggers including New or Updated Call Log Record.
Connect RingCentral in minutes
Get 20,000 free action executions every month. No credit card required.