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.
To generate your client ID and secret:
- Log into your Typeform account.
- Click your user avatar at the top right of the page and select Account/Your Settings.
- Click the See admin settings link at the bottom left of the page.
- In the Admin Settings page, click Developer Apps on the left navigation bar.
- Click Edit App for the selected application. Your client ID is displayed.
Creating the connection
For more information, see Connecting to SaaS applications.
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.
Copy the code to the clipboard and return to the connection dialog.
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.
Provide a name for the connection in Connection name.
Select Open connection metadata to define metadata for the connection when it has been created.
| Setting | Description |
|---|---|
| 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 |
| Forms | Enter the names separated by a comma. Example: FrZi6D,f8nzFm.
To sync all the forms, leave the field empty. |
| Incremental Range | Select the range from the drop-down list. |
| Client ID | Client ID. |
| Client Secret | Client secret. |
Schema
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 |
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 |
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 |
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 |
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 |