Typeform Trigger

Trigger your workflow when a Typeform response is submitted. Requires Secure Vault.

Written By pvdyck

Last updated 16 minutes ago

Typeform Trigger

Starts your workflow when a response is submitted to a Typeform form. Typeform specializes in conversational, one-question-at-a-time forms and surveys.

Authentication

Requires a Secure Vault-authenticated Typeform connection. Configure this in the Credentials section when publishing your agent.

Parameters

ParameterDescription
FormSelect which Typeform form to monitor for new responses

What It Returns

When a form response is submitted, the trigger outputs:

  • All answer values mapped to their field names
  • Response metadata (submission ID, timestamp, landing/submission dates)
  • Hidden fields (if configured in Typeform)
  • Calculated score (if the form uses scoring)

Tips

  • Each Typeform Trigger monitors a single form. To process submissions from multiple forms, create separate workflows.
  • Typeform's hidden fields are useful for passing tracking parameters (e.g., UTM codes or user IDs) through to your workflow.
  • Use the response's landed_at and submitted_at timestamps to measure completion time.
  • Typeform sends the complete response data, so you do not need a separate API call to fetch answers.

Limitations

  • Secure Vault authentication required
  • Webhook-based; the workflow must be active to receive submissions
  • Monitors one form per trigger node
  • Only triggers on completed submissions, not partial responses

Related