Formstack

Productivity Access token

Read forms and submissions, and manage fields and webhooks, on Formstack from any Windmill script, flow or app.

Set up in 3 steps

1

Create an access token

At the Formstack developer portal, register an application and generate a personal access token for it.

2

Add the resource in Windmill

Open Resources, add a resource of type formstack, and paste the token.

3

Run your first script

Fork any script below and read before writing anything. There are dozens here, so search by the verb you need.

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

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

View raw schema →
FieldTypeRequiredWhat it is
tokenstringYesPersonal access token

Questions

How do I run something on a new submission?

Add a Formstack 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.