Typeform (Source)
The Typeform source connector lets you connect to the Typeform API using a Personal Access Token.
Setup
Prerequisites
- A Typeform account
- A Typeform Personal Access Token with access to the forms you want to sync
Create a Personal Access Token
- In Typeform, create a Personal Access Token (PAT) from your account’s developer/API settings.
- Copy the token and store it securely.
Authentication
This connector authenticates using a Bearer token (your Typeform Personal Access Token).
During connection setup, the connector validates credentials by calling the Typeform API endpoint:
GET https://api.typeform.com/forms?page_size=1
If the request fails (for example, due to an invalid token or insufficient permissions), the connector will report a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
personal_access_token | string | ✅ | Your Typeform Personal Access Token used to authenticate API requests. |
Streams
This connector is currently under development.
- Catalog discovery is not yet implemented (the connector currently returns an empty catalog).
- Data extraction is not yet implemented.
When extraction is attempted, the connector will fail with a message indicating that Typeform extraction is still in development.