Formstack
Productivity Access tokenRead forms and submissions, and manage fields and webhooks, on Formstack from any Windmill script, flow or app.
Set up in 3 steps
Create an access token
At the Formstack developer portal, register an application and generate a personal access token for it.
Add the resource in Windmill
Open Resources, add a resource of type formstack, and paste the token.
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.
Create Form
Create Form Submission
Get Form
Update webhook
Update user (SCIM)
Update portal participant
Update notification email
Update form
Update folder
Show sso config
Search submissions
List subaccounts
List subaccount provisioning available products
Get submission
Get subaccount app api keys
Get groups (SCIM)
Get group by ID (SCIM)
Get forms (SCIM)
Get form webhooks
Get form submissions count
Get form submissions
Get form partial submissions
Get form notifications
Get form HTML
Get form confirmations
Get form by ID (SCIM)
Get form basic details
Get folders (SCIM)
Get folder by ID (SCIM)
Get confirmation email
Resource type
formstack — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| token | string | Yes | Personal 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.