Typeform
Interact with Typeform
Configuration
Retrieve Responses
Operation
Retrieve Responses
Form ID*
Enter your Typeform form ID
Personal Access Token*
••••••••
Page Size
Number of responses per page (default: 25)
Since
YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ
Until
YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ
Completed
Select...
Retrieve Responses (
typeform_responses)Retrieve form responses from Typeform
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
formId | string | Yes | Typeform form ID |
apiKey | string | Yes | Typeform Personal Access Token |
pageSize | number | No | Number of responses to retrieve (default: 25) |
since | string | No | Retrieve responses submitted after this date (ISO 8601 format) |
until | string | No | Retrieve responses submitted before this date (ISO 8601 format) |
completed | string | No | Filter by completion status (true/false) |
Output
Refer to the block outputs for this operation.
Download File
Operation
Download File
Form ID*
Enter your Typeform form ID
Personal Access Token*
••••••••
Response ID
Enter response ID (token)
Field ID
Enter file upload field ID
Filename
Enter exact filename of the file
Inline Display
Disabled
Download File (
typeform_files)Download files uploaded in Typeform responses
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
formId | string | Yes | Typeform form ID |
responseId | string | Yes | Response ID containing the files |
fieldId | string | Yes | Unique ID of the file upload field |
filename | string | Yes | Filename of the uploaded file |
inline | boolean | No | Whether to request the file with inline Content-Disposition |
apiKey | string | Yes | Typeform Personal Access Token |
Output
| Parameter | Type | Description |
|---|---|---|
fileUrl | string | Direct download URL for the uploaded file |
contentType | string | MIME type of the uploaded file |
Form Insights
Operation
Form Insights
Form ID*
Enter your Typeform form ID
Personal Access Token*
••••••••
Form Insights (
typeform_insights)Retrieve insights and analytics for Typeform forms
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
formId | string | Yes | Typeform form ID |
apiKey | string | Yes | Typeform Personal Access Token |
Output
| Parameter | Type | Description |
|---|---|---|
dropoffs | number | Number of users who dropped off at this field |
id | string | Unique field ID |
label | string | Field label |
ref | string | Field reference name |
title | string | Field title/question |
type | string | Field type (e.g., short_text, multiple_choice) |
Usage Instructions
Integrate Typeform into the workflow. Can retrieve responses, download files, and get form insights. Requires API Key.
Notes
- Category:
tools - Type:
typeform