Dialpad
AI-powered cloud communications platform for business phone, video, and messaging
Actions
| Name | Description |
|---|---|
list_callsList call statistics with optional date filtering | List call statistics with optional date filtering |
get_callGet details of a specific call | Get details of a specific call |
list_contactsList contacts in Dialpad | List contacts in Dialpad |
send_smsSend an SMS message via Dialpad | Send an SMS message via Dialpad |
get_userGet a specific user by ID | Get a specific user by ID |
custom_api_callMake a custom API call to the Dialpad API | Make a custom API call to the Dialpad API |
Triggers
| Name | Description |
|---|---|
new_callTriggers when a new call is ringing | Triggers when a new call is ringing |
new_smsTriggers when an SMS message is received | Triggers when an SMS message is received |
Quick Start
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.