Skip to main content

Ada

This connector captures data from Ada into Flow collections.

It is available for use in the Flow web application. For local development or open-source workflows, ghcr.io/estuary/source-ada:dev provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

Supported data resources

The following data resources are supported through the Ada API:

By default, each resource is mapped to a Flow collection through a separate binding.

Prerequisites

  • An Ada account.
  • An Ada API key. See Ada's documentation for instructions on generating an API key.

Configuration

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

Properties

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/bot_handleBot HandleYour Ada bot handle. This can be found in the URI of your bot's dashboard. ex: In BOT_HANDLE.ada.support, BOT_HANDLE is your Ada bot handle.stringRequired
/credentials/access_tokenAPI KeyYour Ada API key.stringRequired
/credentials/credentials_titleAuthentication MethodSet to Private App Credentials.stringRequired
/start_dateStart DateUTC date and time in the format YYYY-MM-DDTHH:MM:SSZ. Any data generated before this date will not be replicated. If left blank, the start date will be set to 12 months before the present date. Note: due to Ada's data retention limits, only the past 12 months of data can be captured.string

Bindings

PropertyTitleDescriptionTypeRequired/Default
/nameData resourceName of the data resource.stringRequired
/intervalIntervalInterval between data syncsstring

Sample

captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-ada:dev
config:
bot_handle: my_bot_handle
credentials:
access_token: <secret>
start_date: 2025-12-19T00:00:00Z
bindings:
- resource:
name: conversations
target: ${PREFIX}/conversations