Typeform
Paste an API keyRead the latest form responses as flow data.
What you can do
- Fetch Typeform responses — the latest submission's answers land in {{sX.latest.*}}
Get your Typeform credentials
- 1In Typeform click your avatar → Settings → Personal tokens.
- 2Generate a token with responses:read scope and copy it (starts with tfp_).
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Connect with a key” and pick Typeform.
- 3Paste: Personal access token. ASHDOCS validates the credentials against Typeform before saving — a bad key is rejected with a plain-English reason, never stored.
Use it in a flow
In the flow builder, add the Typeform step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
“refused the request (403)”
The token belongs to a different workspace than the form — generate one from the owning account.
Fields keyed oddly
Answers are keyed by the field's ref (set custom refs in Typeform for stable names).
FAQ
Can a submission START a flow instantly?
Yes — better than polling: in Typeform → Connect → Webhooks, point it at your flow's webhook URL and use {{trigger.body.form_response.answers}}.
How many responses are fetched?
The step reads the most recent completed submissions and exposes the latest one flattened.