DeckleDocs
Dashboard

Integrations · Inbound

Typeform

Turn Typeform responses into Deckle contacts and events.

Add Deckle as a Typeform webhook. Each submission upserts a contact (from the email field) and records a `form.submitted` event with the answers.

Set it up#

  1. Click Connect to generate your endpoint URL and signing secret.
  2. In Typeform, add a webhook pointed at the endpoint URL and set the signing secret.
  3. Trigger a test event — the contact or event appears in Deckle within seconds.

How data maps#

  • form_response → contact (email answer)
  • form_response → event form.submitted

Requests are verified via the typeform-signature header using your signing secret.