Integrations / Forms & scheduling
Typeform
Look up forms and their responses, register webhooks, and trigger workflows from Typeform submissions.
Tools
typeform.list_forms
List the account's forms, optionally matching a search string.
typeform.get_form
Get a form's definition with its fields, hidden fields and settings.
typeform.list_responses
List a form's responses, newest first by default.
typeform.list_webhooks
List the webhooks registered on a form.
typeform.set_webhook writes
Create or update a form's webhook by tag, signing deliveries with a secret, for completed responses.
typeform.api_get
Send a GET request to any Typeform API path under https://{api_host} and return the response. For endpoints the named tools don't cover.
typeform.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Typeform API path under https://{api_host}.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Typeform API path.
Connect
- In Typeform, open your account menu and choose Personal tokens, then Generate a new token.
- Give it the forms:read, responses:read, webhooks:read and accounts:read scopes, plus webhooks:write if workflows register webhooks.
- Paste the token on the connection, and pick api.eu.typeform.com or api.typeform.eu as the API host if your account stores responses in the EU Data Center.
- To trigger workflows, add a webhook to a form under Connect → Webhooks with the URL shown on the connection page, then Edit it to add a secret and paste the same secret on the connection.
Credentials
Triggers
In Typeform, open the form's Connect → Webhooks tab, add a webhook with this URL, then click Edit to add a secret and paste the same secret on this connection.
Events
triggerkind: typeform connection: typeform events: [form_response] forms: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.