Capabilities
Gather Typeform credentials
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
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 singlememberentitlement 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
membersarray 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-urlmust not have a trailing slash. A trailing slash produces a double slash in request paths and returns 404.
Configure the Typeform connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Typeform connector is now pulling access data into 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.comorhttps://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.