Skip to main content

Capabilities

ResourceSyncProvision
Users
Workspaces

Gather Typeform credentials

The connector reads workspaces and their members with a Typeform personal access token. The token inherits the access of the account that created it, so create it on an account that can see every workspace you want to sync.
1
In Typeform, open your account Settings and go to Personal tokens.
2
Generate a new personal access token and copy it. The token is shown only at creation time.
3
Note the API URL for your account. Most accounts use https://api.typeform.com. Accounts in the European data region use https://api.eu.typeform.com.

Configuration fields

FieldRequiredDescription
base-urlYesThe base URL of the Typeform API, with no trailing slash. Use https://api.typeform.com for most accounts, or https://api.eu.typeform.com for the European data region.
api-tokenYesA Typeform personal access token, sent as a bearer token.

Synced resource types

  • Users: Typeform members, materialized from the members embedded in each workspace. A member is identified by email.
  • Workspaces: Typeform workspaces from /workspaces. Each workspace exposes a single member entitlement granted to its members.

Special notes

  • Provisioning is not supported in the current build.
  • The connector authenticates with a personal access token sent as Authorization: Bearer <token>.
  • Typeform does not expose a members list endpoint. Members are read from the members array embedded in each workspace, so a member who belongs to no workspace is not visible to the connector.
  • Members carry no stable identifier, so a member’s email is used as its identifier. If a member’s email changes in Typeform, the connector sees a new user on the next sync.
  • The base-url must not have a trailing slash. A trailing slash produces a double slash in request paths and returns 404.

Configure the Typeform connector

Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Typeform and click Add.
3
Choose how to set up the new Typeform connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Paste the Typeform credentials into the relevant fields:
  • Typeform API URL: https://api.typeform.com or https://api.eu.typeform.com.
  • Personal access token: The token you generated in Typeform.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your Typeform connector is now pulling access data into C1.