Integrations & webhooks
Connect Formz to your existing tools.
On the Business plan, every form can send a webhook the moment someone submits. Add your endpoint URL under the form's Settingspanel and Formz will POST the submission data — responses, identity/wallet data if collected, and the referral code if it's a waitlist form — to that URL in real time.

Configuring a webhook endpoint and signing secret.
Verifying the request is really from Formz
Set an optional signing secret alongside your endpoint URL. Formz signs each payload and sends it in the X-Formz-Signatureheader so your server can confirm the request wasn't spoofed before trusting it.
Connecting to Zapier, Make, or Slack
There's no dedicated Google Sheets or Zapier connector yet — instead, point your webhook at a Zapier or Make "Catch Hook" trigger (or a Slack incoming webhook URL) and you can fan a submission out to virtually any downstream tool, including spreadsheets, CRMs, or chat notifications.