eavz
RingCentral

RingCentral

Cloud communications platform for voice, SMS, and video

3 actions

Actions

Name
send_sms

Send an SMS message

get_call_log

Get call log records

list_extensions

List all extensions in the account

Quick Start

TypeScript
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.