Skip to main content

Typeform

This page guides you through the process of setting up the Typeform source connector.

Prerequisites

  • Typeform Account
  • Form IDs (Optional) - If you want to sync data for specific forms, you'll need to have the IDs of those forms. If you want to sync data for all forms in your account you don't need any IDs. Form IDs can be found in the URLs to the forms in Typeform Admin Panel (for example, for URL https://admin.typeform.com/form/12345/ a 12345 part would your Form ID)

For Airbyte Cloud:

  • OAuth

For Airbyte Open Source:

Setup guide

Step 1: Obtain an API token

For Airbyte Open Source: To get the API token for your application follow this steps

  • Log in to your account at Typeform.
  • In the upper-right corner, in the drop-down menu next to your profile photo, click My Account.
  • In the left menu, click Personal tokens.
  • Click Generate a new token.
  • In the Token name field, type a name for the token to help you identify it.
  • Choose needed scopes (API actions this token can perform - or permissions it has). See here for more details on scopes.
  • Click Generate token.

For Airbyte Cloud: This step is not needed in Airbyte Cloud. Skip to the next step.

Step 2: Set up the source connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click + New Source.
  3. On the source setup page, select Typeform from the Source type dropdown and enter a name for this connector.
  4. Click Authenticate your Typeform account by selecting Oauth or Personal Access Token for Authentication.
  5. Log in and Authorize to the Typeform account.
  6. Start date (Optional) - Date to start fetching Responses stream data from. If start date is not set, Responses stream will fetch data from a year ago from today.
  7. Form IDs (Optional) - List of Form Ids to sync. If not passed - sync all account`s forms.
  8. Click Set up source.

For Airbyte Open Source:

  1. Go to local Airbyte page.
  2. In the left navigation bar, click Sources. In the top-right corner, click + New Source.
  3. On the Set up the source page, enter the name for the connector and select Typeform from the Source type dropdown.
  4. Fill-in API Token and Start Date
  5. click Set up source

Supported streams and sync modes

StreamKeyIncrementalAPI Link
FormsidNohttps://developer.typeform.com/create/reference/retrieve-form/
Responsesresponse_idYeshttps://developer.typeform.com/responses/reference/retrieve-responses
WebhooksidNohttps://developer.typeform.com/webhooks/reference/retrieve-webhooks/
WorkspacesidNohttps://developer.typeform.com/create/reference/retrieve-workspaces/
ImagesidNohttps://developer.typeform.com/create/reference/retrieve-images-collection/
ThemesidNohttps://developer.typeform.com/create/reference/retrieve-themes/

Performance considerations

Typeform API page size limit per source:

  • Forms - 200
  • Responses - 1000

Connector performs additional API call to fetch all possible form ids on an account using retrieve forms endpoint

API rate limits (2 requests per second): https://developer.typeform.com/get-started/#rate-limits

Reference

Config fields reference

Field
Type
Property name
object
credentials
string
start_date
array<string>
form_ids

Changelog

VersionDatePull RequestSubject
1.2.62024-03-1336164Unpin CDK version
1.2.52024-02-1235152Manage dependencies with Poetry.
1.2.42024-01-2434484Fix pagination stop condition
1.2.32024-01-1134145prepare for airbyte-lib
1.2.22023-12-1233345Fix single use refresh token authentication
1.2.12023-12-0432775Add 499 status code handling
1.2.02023-11-2932745Add response_type field to responses schema
1.1.22023-10-2731914Fix pagination for stream Responses
1.1.12023-10-1931599Base image migration: remove Dockerfile and use the python-connector-base image
1.1.02023-09-0429916Migrate to Low-Code Framework
1.0.02023-06-2627240Add OAuth support
0.3.02023-06-2327653Add form_id to records of responses stream
0.2.02023-06-1727455Add missing schema fields in forms, themes, images, workspaces, and responses streams
0.1.122023-02-2122824Specified date formatting in specification
0.1.112023-02-2023248Store cursor value as a string
0.1.102023-01-0716125Certification to Beta
0.1.92022-08-3016125Improve metadata.referer url parsing
0.1.82022-08-0915435Update Forms stream schema
0.1.72022-06-2013935Update Responses stream schema
0.1.62022-05-2312280Full Stream Coverage
0.1.42021-12-088425Update title, description fields in spec
0.1.32021-12-078466Change Check Connection Function Logic
0.1.22021-10-116571Support pulling data from a select set of forms
0.1.12021-09-065799Add missed choices field to responses schema
0.1.02021-07-104541Initial release for Typeform API supporting Forms and Responses streams