Actions
| Name | Description |
|---|---|
send_smsSend an SMS message | Send an SMS message |
get_call_logGet call log records | Get call log records |
list_extensionsList all extensions in the account | List all extensions in the account |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'ringcentral',
actionName: 'send_sms',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does RingCentral support?
RingCentral supports 3 actions including Send SMS, Get Call Log, List Extensions.
Can I use RingCentral with AI agents?
Yes. Add RingCentral to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does RingCentral use?
RingCentral uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the RingCentral integration cost?
The RingCentral integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect RingCentral in 2 minutes
Get 1,000 free actions every month. No credit card required.