Advanced

Notion Integration

Save form submissions directly to Notion databases

Save form submissions directly to Notion databases. Great for creating submission logs, CRM entries, or project management.

Pro Feature

Webhooks are available on the Pro plan. Upgrade to Pro to unlock this feature.

Method 1: Using Zapier or Make (Recommended)

The easiest method is using Zapier or Make:

  1. Set up webhook trigger in Zapier or Make
  2. Add Notion - Create Database Item action
  3. Map form fields to Notion database properties
  4. Test and activate your automation

Method 2: Using Notion API Directly

For more control, create a custom endpoint that uses the Notion API:

1

Create Notion Integration

Go to notion.so/my-integrations and create a new integration. Copy the Internal Integration Token.

2

Create a Notion Database

Create a database in Notion and share it with your integration. Copy the database ID from the URL.

3

Create Webhook Endpoint

Create an endpoint (using Next.js, Express, or similar) that receives the Static Forms webhook and calls the Notion API:

notion-webhook.ts
4

Configure Static Forms

Add your endpoint URL to Static Forms in Settings → Webhooks.

Additional Resources