Actions
| 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({
integrationName: 'aircall',
actionName: 'create_call',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Aircall support?
Aircall supports 6 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Aircall use?
Aircall uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Aircall integration cost?
The Aircall integration is included on all Weavz plans including the free tier with 1,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 2 minutes
Get 1,000 free actions every month. No credit card required.