Connect Notion once in the dashboard and share a page or database. On every submission splitforms calls Notion's official Pages API to create a new page within ~1 second. Every page gets the built-in properties — Submission (title), Submitted (a real Date property), Form, Submission ID, Referer, and IP — and each form field is stored as a property named after the field. Form-field properties are plain text: splitforms matches each field to a property by name and creates missing ones automatically as text, so a new field never breaks the sync. Type-aware mapping — turning an 'email' field into a real Email property, a date into a Date, or a comma list into Multi-select — isn't implemented yet. Values longer than Notion's 2,000-character rich-text chunk limit are truncated.