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 Apps > Connectors and click Add connector.
2
Search for Typeform and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
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.
9
Click Save.
10
The connector’s label changes to Syncing, followed by
Connected. You can view the logs to ensure that information is
syncing.