Skip to Content
SourcesTypeformOverview

Typeform

Source — Vendo receives Typeform survey and form responses in real-time via webhooks, enabling you to blend form data with your e-commerce and marketing analytics.

What Vendo Syncs

Vendo processes incoming Typeform webhook payloads and extracts structured response data.

Response Data

DataDescription
Response IDUnique identifier for each form submission
Submitted AtTimestamp of form completion
AnswersExtracted answer values per question
Hidden FieldsURL parameters passed into the form (e.g., UTM tags, customer IDs)
ScoreCalculated score for quiz-type forms
Form IDIdentifier of the Typeform form

Answer Types

TypeDescription
TextShort and long text responses
ChoiceSingle and multiple choice selections
NumberNumeric inputs and ratings
EmailEmail address fields
DateDate picker responses
BooleanYes/no responses
File UploadFile upload URLs

Platform Details

SettingValue
Ingestion MethodWebhook (real-time)
SecurityHMAC signature verification
APITypeform Webhooks API
DestinationBigQuery table
LatencyReal-time (seconds)

Common Use Cases

  • Post-purchase surveys — Capture “How did you hear about us?” responses alongside order data
  • Lead qualification — Score and route leads based on form responses
  • NPS tracking — Track Net Promoter Score over time in your analytics pipeline
  • Event registration — Ingest event signups with hidden field attribution

Setup

  1. In the Vendo app, navigate to Sources > Typeform
  2. Copy the Webhook URL provided by Vendo
  3. In Typeform, go to your form’s Connect > Webhooks settings
  4. Paste the Vendo webhook URL and enable it
  5. Copy the Signing Secret from Typeform and enter it in Vendo for HMAC verification
  6. Save — responses will stream in real-time

Verify Setup

  1. Submit a test response to your Typeform form
  2. Confirm the response appears in Vendo within seconds
  3. Check that the data is written to your BigQuery dataset
  4. Review Vendo integration logs for any webhook delivery errors
Last updated on