Typeform
Productivity Personal access tokenManage Typeform forms and read their responses from any Windmill script, flow or app.
Set up in 3 steps
Create a personal access token
In Typeform, open your account then Personal tokens, and create one with the scopes your scripts need.
Add the resource in Windmill
Open Resources, add a resource of type typeform, and fill token and baseUrl — https://api.typeform.com unless you are on a regional host.
Run your first script
Fork any script below and read before writing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Delete Form
Lookup Responses
List Responses
Create an Image
Duplicate a Form
Delete an Image
List Forms
Get a Form
List Images
Update Form Title
Create a Form
Update Dropdown, Multiple Choice or Ranking
Resource type
typeform — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| token | string | Yes | |
| baseUrl | string | Yes |
Questions
How do I run something on a new response?
Add a Typeform webhook pointing at a flow's webhook URL, so a submission starts a run rather than a schedule polling for one.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.