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#
- Click Connect to generate your endpoint URL and signing secret.
- In Typeform, add a webhook pointed at the endpoint URL and set the signing secret.
- 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.