Weavz
Dialpad

Dialpad

AI-powered cloud communications platform for calls, SMS, users, contacts, transcripts, and webhooks.

8 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_calls

List concluded calls in reverse chronological order. Recording/transcript fields are omitted unless explicitly requested.

get_call

Get a concluded call by ID. Recording/transcript fields are omitted unless explicitly requested.

get_call_transcript

Retrieve the Dialpad AI transcript for a call by exact call ID. This action explicitly returns sensitive transcript content.

list_contacts

List Dialpad contacts.

send_sms

Send an SMS message via Dialpad.

list_users

List Dialpad users with optional filters.

get_user

Get a specific Dialpad user by ID.

list_webhooks

List Dialpad webhooks configured for the company.

Triggers

Name
new_call

Triggers when Dialpad sends a call event for the selected call states.

new_sms

Triggers when Dialpad sends an SMS event for the selected direction.

Quick Start

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

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

const result = await weavz.actions.execute('dialpad', 'list_calls', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'dialpad',
  input: { /* ... */ },
})

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 tools programmatically.

What tools does Dialpad support?

Dialpad supports 8 tools including List Calls, Get Call, Get Call Transcript, List Contacts, Send SMS, and more.

Can I use Dialpad with AI agents?

Yes. Add Dialpad 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 Dialpad to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Dialpad as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Dialpad tools exposed by that workspace.

Does Dialpad 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 Dialpad work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Dialpad?

Dialpad exposes 8 tools, including List Calls, Get Call, Get Call Transcript, List Contacts, Send SMS, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Dialpad be used in stateful agent workflows?

Yes. Agents can combine Dialpad 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 Dialpad use?

Dialpad uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Dialpad integration cost?

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

What triggers does Dialpad support?

Dialpad supports 2 triggers including New Call Event, New SMS Event.

Connect Dialpad in minutes

Get 20,000 free action executions every month. No credit card required.