Typeform ​
Create forms, collect responses, and manage workspaces via the Typeform API.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://api.typeform.com |
| Authentication | Bearer Token |
| Endpoints | 5 |
| Connector key | typeform |
Using Typeform in a workflow ​
- Go to Connections and click New Connection.
- Pick Typeform from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /forms | List forms |
| POST /forms | Create a form |
| GET /forms/{formId} | Get a form |
| GET /forms/{formId}/responses | List form responses |
| GET /workspaces | List workspaces |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.