eavz
Dialpad

Dialpad

AI-powered cloud communications platform for business phone, video, and messaging

6 actions
2 triggers

Actions

Name
list_calls

List call statistics with optional date filtering

get_call

Get details of a specific call

list_contacts

List contacts in Dialpad

send_sms

Send an SMS message via Dialpad

get_user

Get a specific user by ID

custom_api_call

Make a custom API call to the Dialpad API

Triggers

Name
new_call

Triggers when a new call is ringing

new_sms

Triggers when an SMS message is received

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'dialpad',
  actionName: 'list_calls',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Dialpad to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Dialpad support?

Dialpad supports 6 actions including List Calls, Get Call, List Contacts, Send SMS, Get User, and more.

Can I use Dialpad with AI agents?

Yes. Add Dialpad 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 Dialpad use?

Dialpad uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Dialpad integration cost?

The Dialpad integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Dialpad support?

Dialpad supports 2 triggers including New Call, New SMS.

Connect Dialpad in 2 minutes

Get 1,000 free actions every month. No credit card required.