← All integrations

Formserve integration

Send form submissions to Notion

Send website form submissions to a Notion database with Formserve and keep field mapping, inbox history, and retries visible.

Formserve

Endpoint inbox

Notion

Workflow destination

POST /f/endpoint-key

delivery.notion = queued

status = delivered

Setup

How to connect Formserve with Notion

The integration belongs to a specific endpoint, so each form can have its own routing rules, delivery history, and business workflow.

1

Connect Notion and grant access to the target database.

2

Pick the database on the endpoint mapping page.

3

Map fields and send a test submission.

Use cases

Popular Notion workflows

Use these as starting points, then adjust routing per endpoint or client project.

Content request form -> editorial database
Feature request -> product backlog intake
Client inquiry -> CRM database

Field mapping

How the data should be mapped

Database properties

Match form fields to Notion properties such as Name, Email, Company, Priority, or Message.

Rich text vs select

Use the right Notion property type so text fields do not end up in select columns and vice versa.

Submission timeline

Keep Formserve as the audit trail when multiple people edit the Notion record later.

Example form

Minimal form that posts once to Formserve

Formserve stores the submission, then creates a database row in Notion using the mapping defined on the endpoint. If the Notion write fails, the failure remains visible on the Formserve submission timeline.

<form action="https://formserve.io/f/YOUR_ENDPOINT_KEY" method="POST">
  <input type="text" name="_honeypot" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px" />
  <input type="text" name="name" required />
  <input type="email" name="email" required />
  <input type="text" name="company" />
  <textarea name="message" required></textarea>
  <button type="submit">Send</button>
</form>

Troubleshooting

Common issues when routing to Notion

Database not visible during mapping

Share the target database with the connected Notion integration before opening the endpoint mapping page.

Property mismatch

Rename or update Notion properties carefully so the endpoint mapping still points to valid fields.

Teams need a simpler intake review

Use the Formserve inbox for triage and let Notion handle downstream workflow only.