Aircall source
Overview
The Aircall source connector lets you authenticate to the Aircall API.
At this time, the connector supports credential validation only. Catalog discovery and data extraction are still in development, so no streams are currently available to sync.
Setup
Prerequisites
- An Aircall account with access to create or use an API key.
- Your Aircall API credentials:
- API ID
- API Token
Create Aircall API credentials
In Aircall, generate an API key (API ID + API Token). Keep the token secure, as it provides access to your Aircall data via the API.
Authentication
This connector uses HTTP Basic Authentication against the Aircall API:
- Username:
api_id - Password:
api_token
During connection setup, the connector validates credentials by calling:
GET https://api.aircall.io/v1/ping
If the request fails, the connector reports an authentication/validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_id | string | Yes | Aircall API ID used as the Basic Auth username. |
api_token | string | Yes | Aircall API token used as the Basic Auth password. |
Streams
No streams are currently exposed.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented.
Limitations
- This connector is under active development and cannot yet sync Aircall objects.
- Only credential validation is supported at this time.