Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Workspaces |
Gather Typeform credentials
Configuration fields
| Field | Required | Description |
|---|---|---|
base-url | Yes | The 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-token | Yes | A 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 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.
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.