Typeform

Productivity Personal access token

Manage Typeform forms and read their responses from any Windmill script, flow or app.

Set up in 3 steps

1

Create a personal access token

In Typeform, open your account then Personal tokens, and create one with the scopes your scripts need.

2

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.

3

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.

Resource type

typeform — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
tokenstringYes
baseUrlstringYes

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.