Tools
| Name | Description |
|---|---|
create_callInitiate a new outbound call via Aircall | Initiate a new outbound call via Aircall |
list_callsList calls in Aircall | List calls in Aircall |
list_contactsList contacts in Aircall | List contacts in Aircall |
list_usersList users (agents) in Aircall | List users (agents) in Aircall |
list_numbersList phone numbers in Aircall | List phone numbers in Aircall |
custom_api_callMake a custom API call to the Aircall API | Make a custom API call to the Aircall API |
Triggers
| Name | Description |
|---|---|
call_createdTriggers when a new call is created in Aircall | Triggers when a new call is created in Aircall |
call_endedTriggers when a call ends in Aircall | Triggers when a call ends in Aircall |
voicemailTriggers when a voicemail is left in Aircall | Triggers when a voicemail is left in Aircall |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aircall', 'create_call', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aircall',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Aircall to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Aircall support?
Aircall supports 6 tools including Create Call, List Calls, List Contacts, List Users, List Numbers, and more.
Can I use Aircall with AI agents?
Yes. Add Aircall 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.
Can Aircall be used in stateful agent workflows?
Yes. Agents can combine Aircall 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 Aircall use?
Aircall uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Aircall integration cost?
The Aircall integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Aircall support?
Aircall supports 3 triggers including Call Created, Call Ended, Voicemail Left.
Connect Aircall in minutes
Get 20,000 free action executions every month. No credit card required.