Aircall integration (Communication, Productivity). Imported from open-connector.
https://api.aircall.io/v2/users
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Aircall. |
| perPage | integer | optional | The number of resources to request per page. |
/v2/users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Aircall numeric resource ID. |
/v1/teams
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Aircall. |
| perPage | integer | optional | The number of resources to request per page. |
/v1/teams/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Aircall numeric resource ID. |
/v1/numbers
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Aircall. |
| perPage | integer | optional | The number of resources to request per page. |
/v1/numbers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Aircall numeric resource ID. |
/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Aircall. |
| perPage | integer | optional | The number of resources to request per page. |
| order | string | optional | The order to return Aircall resources in. |
/v1/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Aircall numeric resource ID. |
/v1/calls
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Aircall. |
| perPage | integer | optional | The number of resources to request per page. |
| from | string | optional | A UNIX timestamp accepted by Aircall. |
| to | string | optional | A UNIX timestamp accepted by Aircall. |
| order | string | optional | The order to return Aircall resources in. |
| fetchContact | boolean | optional | Whether Aircall should include contact details in each call. |
| fetchShortUrls | boolean | optional | Whether Aircall should include shortened recording URLs. |
| fetchCallTimeline | boolean | optional | Whether Aircall should include call timeline details. |
/v1/calls/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Aircall numeric resource ID. |
| fetchContact | boolean | optional | Whether Aircall should include contact details for the call. |
| fetchShortUrls | boolean | optional | Whether Aircall should include shortened recording URLs. |
| fetchCallTimeline | boolean | optional | Whether Aircall should include call timeline details. |