Skip to main content

Aircall

This connector captures data from Aircall into Estuary collections.

Prerequisites

To set up the Aircall connector, you need the following prerequisite:

  • Access Token: An access token acting as a bearer token is required for the connector to work. You can find the access token in the settings of Aircall.

Setup

Follow the steps below to set up the Aircall connector.

  1. Obtain an Aircall access token from the Aircall settings.

Set up the Aircall connector in Estuary

  1. Log into your Estuary account.
  2. In the left navigation bar, click on "Captures". In the top-left corner, click "Connector Search".
  3. Enter the name for the Aircall connector and select "Aircall" from the dropdown.
  4. Fill out the following endpoint configurations:
    • api_id: The auto-generated ID.
    • api_token: The access token obtained from Aircall settings.
    • start_date: Date filter for eligible streams. Enter the desired start date.

Configuration

You configure connectors either in the Estuary web app, or by directly editing the catalog specification file. See connectors to learn more about using connectors. The values and specification sample below provide configuration details specific to the Aircall source connector.

Properties

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/api_idAPI IDApp ID found at settingsstringRequired
/api_tokenAPI TokenApp token found at settingsstringRequired
/start_dateStart DateDate time filter for incremental filter, Specify which date to extract from.stringRequired

Bindings

PropertyTitleDescriptionTypeRequired/Default
/streamStreamResource of your Aircall project from which collections are captured.stringRequired
/syncModeSync ModeConnection method.stringRequired

Sample

captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-aircall:v1
config:
api_id: <api-id>
api_token: <token>
start_date: 2025-01-01T00:00:00.000Z
bindings:
- resource:
stream: calls
syncMode: full_refresh
target: ${PREFIX}/${COLLECTION_NAME}

Supported Streams

The Aircall connector supports the following streams:

  • calls
  • company
  • contacts
  • numbers
  • tags
  • user_availablity
  • users
  • teams
  • webhooks

Performance Considerations

The Aircall API currently uses v1. The connector defaults to using v1.