Integrations / Forms & scheduling

Typeform

Look up forms and their responses, register webhooks, and trigger workflows from Typeform submissions.

7 tools 1 trigger event

Tools

typeform.list_forms

List the account's forms, optionally matching a search string.

searchworkspace_idpagepage_size

typeform.get_form

Get a form's definition with its fields, hidden fields and settings.

form_id*

typeform.list_responses

List a form's responses, newest first by default.

form_id*page_sizesinceuntilbeforequeryincluded_response_idsresponse_type

typeform.list_webhooks

List the webhooks registered on a form.

form_id*

typeform.set_webhook writes

Create or update a form's webhook by tag, signing deliveries with a secret, for completed responses.

form_id*tag*url*secretenabled

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.

path*params

typeform.api_request writes

Send a POST, PUT, PATCH or DELETE request to any Typeform API path under https://{api_host}.

method*path*paramsbody

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

  1. In Typeform, open your account menu and choose Personal tokens, then Generate a new token.
  2. Give it the forms:read, responses:read, webhooks:read and accounts:read scopes, plus webhooks:write if workflows register webhooks.
  3. 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.
  4. 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

Personal access token Webhook secret

Typeform API docs

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

form_response
trigger
kind: 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.