← Tools Reference

Aircall

Aircall integration (Communication, Productivity). Imported from open-connector.

API key10 toolshttps://api.aircall.io
GET
aircall_list_users
List Aircall users with the current V2 Users API.

/v2/users

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Aircall.
perPageintegeroptionalThe number of resources to request per page.
GET
aircall_get_user
Retrieve one Aircall user with the current V2 Users API.

/v2/users/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Aircall numeric resource ID.
GET
aircall_list_teams
List Aircall teams.

/v1/teams

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Aircall.
perPageintegeroptionalThe number of resources to request per page.
GET
aircall_get_team
Retrieve one Aircall team.

/v1/teams/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Aircall numeric resource ID.
GET
aircall_list_numbers
List Aircall phone numbers.

/v1/numbers

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Aircall.
perPageintegeroptionalThe number of resources to request per page.
GET
aircall_get_number
Retrieve one Aircall phone number.

/v1/numbers/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Aircall numeric resource ID.
GET
aircall_list_contacts
List Aircall contacts.

/v1/contacts

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Aircall.
perPageintegeroptionalThe number of resources to request per page.
orderstringoptionalThe order to return Aircall resources in.
GET
aircall_get_contact
Retrieve one Aircall contact.

/v1/contacts/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Aircall numeric resource ID.
GET
aircall_list_calls
List Aircall calls with optional date and payload expansion filters.

/v1/calls

8 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Aircall.
perPageintegeroptionalThe number of resources to request per page.
fromstringoptionalA UNIX timestamp accepted by Aircall.
tostringoptionalA UNIX timestamp accepted by Aircall.
orderstringoptionalThe order to return Aircall resources in.
fetchContactbooleanoptionalWhether Aircall should include contact details in each call.
fetchShortUrlsbooleanoptionalWhether Aircall should include shortened recording URLs.
fetchCallTimelinebooleanoptionalWhether Aircall should include call timeline details.
GET
aircall_get_call
Retrieve one Aircall call by ID.

/v1/calls/{id}

4 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Aircall numeric resource ID.
fetchContactbooleanoptionalWhether Aircall should include contact details for the call.
fetchShortUrlsbooleanoptionalWhether Aircall should include shortened recording URLs.
fetchCallTimelinebooleanoptionalWhether Aircall should include call timeline details.