Delivery
Decide where each submission goes — email recipients, webhooks, Google Sheets, and Slack.
Delivery is the busiest tab in the form editor. Submissions can fan out to up to four destinations in parallel — a primary inbox plus CC, a webhook, Google Sheets, and Slack — each configured independently. Locked destinations show an inline upgrade card; available ones expand to a configuration panel.
Recipient email is set by Static Forms
The primary notification recipient is your account email (or, in a team workspace, the owner's email). To stop or restart per-submission notifications for yourself, use Account → Notifications.
CC emails
Add up to five additional recipients. Each address is verified by email before submissions start CC'ing it — a verification status pill is shown next to the email until you click the link in the verification message.
- Enabled — master toggle for CC emails on this form.
- Recipients — add, remove, and re-verify individual addresses.
Webhook
Send a JSON payload to any URL when the form receives a submission. Configure:
| Field | What it does |
|---|---|
| Enabled | Master toggle for the webhook. |
| URL | HTTPS endpoint that receives the POST. |
| Auth type | none · bearer · basic · custom header. |
| Auth value | Token, base64 credentials, or header value depending on auth type. |
| Custom header name | Required only when auth type is custom. |
Need a quick endpoint to test against?
Use our Webhook Tester to get a temporary URL and inspect the payload Static Forms sends.
Google Sheets
Append every submission as a new row in a Google Sheet.
- Connect a Google account (OAuth).
- Paste the spreadsheet URL and pick the sheet tab name.
- The connection panel shows the last sync time and any error message from the most recent failed attempt.
Slack
Post a formatted message to a Slack channel.
- Connect a Slack workspace (OAuth).
- Pick the destination channel.
- Last sync time and error message are surfaced the same way as Google Sheets.
Tier gating
| Destination | Minimum tier |
|---|---|
| Primary email + 1 CC | Free All plans |
| Up to 5 CC emails | Pro |
| Webhook | Pro |
| Google Sheets | Pro |
| Slack | Pro |
Related
- Auto-reply — sending a reply to the submitter (separate from Delivery's recipients).
- Custom domain — what address the recipient sees in the From line.