Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

Typeform 

Typeform is a tool for collecting and organizing information. It is a web-based platform that you can use to create anything from surveys to apps.

For more information about the API, see the Typeform Create and Responses APIs.

See the Schema section for a list of objects available for replication.

Preparing for authentication

To access your data, you need to authenticate the connection with your account credentials.

Information noteMake sure that the account you use has read access to the tables you want to fetch.

To generate your client ID and secret:

  1. Log into your Typeform account.
  2. Click your user avatar at the top right of the page and select Account/Your Settings.
  3. Click the See admin settings link at the bottom left of the page.
  4. In the Admin Settings page, click Developer Apps on the left navigation bar.
  5. Click Edit App for the selected application. Your client ID is displayed.

Creating the connection

For more information, see Connecting to SaaS applications.

  1. Click Authenticate when you have filled in the required connection settings.

    You may be asked to log in to the source application.

    A window is displayed with an authentication code.

  2. Copy the code to the clipboard and return to the connection dialog.

  3. Paste the code in Complete authentication with the code provided by the source and click Verify.

    Tip noteYou may need to scroll down to see this field.

    When status is Verified, the authentication is verified.

  4. Provide a name for the connection in Connection name.

  5. Select Open connection metadata to define metadata for the connection when it has been created.

Connection settings
SettingDescription
Data gateway

Select a Data Movement gateway if required by your use case.

Information note

This field is not available with the Qlik Talend Cloud Starter subscription, as it does not support Data Movement gateway. If you have another subscription tier and do not want to use Data Movement gateway, select None.

For information on the benefits of Data Movement gateway and use cases that require it, see Qlik Data Gateway - Data Movement.

Start Date

Enter the date, in the format MM/DD/YYYY, from which the data must be replicated from your source to your target.

FormsEnter the names separated by a comma. Example: FrZi6D,f8nzFm.

To sync all the forms, leave the field empty.

Incremental RangeSelect the range from the drop-down list.
Client IDClient ID.
Client SecretClient secret.

Schema

Information note

Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.

The schema and info displayed below is for version 2.

Depending on your destination, table and column names may not appear as they are outlined below.

answers

The answers table contains info about the answers submitted for the forms specified in the Integration Settings page. Note: There is no replication key for this table, it uses the replication key submitted_at from its parent stream submitted_landings.

Replication Method

CDC

Primary Keys

landing_id

question_id

Useful links

Typeform documentation

Typeform API method

forms

The forms table contains info about the forms (public and private) that are accesible by the user who authorized the integration in Stitch.

Replication Method

CDC

Primary Key

id

Replication Key

last_updated_at

Useful links

Typeform documentation

Typeform API method

questions

The questions table contains a list of question titles and IDs that can be used to link to answers.

Replication Method

Full Table

Primary Keys

form_id

question_id

Useful links

Typeform API method

submitted_landings

The submitted_landings table contains info about submitted form landings.

Note: Data related to a form landing can be retrieved twice, once in unsubmitted_landings when it is unsubmitted and once in submitted_landings when it is submitted. In this case, they will have different bookmarks.

Replication Method

CDC

Primary Key

landing_id

Replication Key

submitted_at

Useful links

Typeform API method

unsubmitted_landings

The unsubmitted_landings table contains info about unsubmitted form landings.

Note: Data related to a form landing can be retrieved twice, once in unsubmitted_landings when it is unsubmitted and once in submitted_landings when it is submitted. In this case, they will have different bookmarks.

Replication Method

CDC

Primary Key

landing_id

Replication Key

landed_at

Useful links

Typeform API method

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!