Skip to content

Typeform ​

Create forms, collect responses, and manage workspaces via the Typeform API.

DetailValue
CategoryProductivity
Base URLhttps://api.typeform.com
AuthenticationBearer Token
Endpoints5
Connector keytypeform

Using Typeform in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Typeform from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /formsList forms
POST /formsCreate a form
GET /forms/{formId}Get a form
GET /forms/{formId}/responsesList form responses
GET /workspacesList workspaces

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.