Typeform

High-intent forms, connected without copying a URL.

What it does

A completed Typeform becomes a lead and a WhatsApp message. Doc 6 builds this one bespoke rather than routing it through the generic webhook for a single reason: Typeform lets us install the webhook for you, so there is no URL to paste anywhere.

Connecting it

Typeform OAuth, requesting `forms:read`, `responses:read`, `webhooks:write` and `offline`. Not `forms:write`, not workspaces, not themes, not images.

What to know before you rely on it

EU accounts use a different host
Typeform serves EU accounts from a separate API host, and the connector stores which one your connection is on rather than guessing.
We install the webhook, and we sign it
Typeform has the best-documented HMAC of the three form tools here, and the connector verifies every delivery before it starts a flow.