Setup Steps
Create a Notion Integration
- Go to Notion Integrations
- Click New integration
- Name it (e.g., “Spike Forms”)
- Select your workspace
- Click Submit
- Copy the Internal Integration Token (starts with
secret_)
Share Database with Integration
- Open your Notion database
- Click ••• in the top right
- Click Add connections
- Search for and select your integration
- Click Confirm
Get Your Database ID
- Open your database in Notion
- Copy the URL from your browser
- The Database ID is the 32-character string before the
?
Configure in Spike
- Go to your Spike Dashboard
- Select your form → Settings
- Scroll to Integrations → Notion
- Enable the toggle
- Enter your API Key (Integration Token)
- Enter your Database ID
- Save changes
Database Setup
Create properties in your Notion database that match your form fields:| Property Name | Property Type |
|---|---|
| Name | Title |
| Message | Text |
| Submitted | Date |
Field Mapping
Spike maps form fields to Notion properties:- Property names must match form field names (case-insensitive)
- The
namefield typically maps to the Title property - Other fields map to matching Text, Email, or other properties
Troubleshooting
Pages not created
Pages not created
- Verify the integration has access to the database
- Check that the API key is correct
- Ensure the Database ID is the full 32-character string
- Verify property names match form field names
Integration not found
Integration not found
- Make sure you’ve shared the database with the integration
- The integration must be in the same workspace as the database
Missing properties
Missing properties
- Create properties in Notion that match your form fields
- Property names are case-insensitive
- Use appropriate property types (Text, Email, etc.)
Supported Property Types
| Notion Type | Form Data |
|---|---|
| Title | Page name (usually name field) |
| Text | Any text content |
| Email addresses | |
| Number | Numeric values |
| Checkbox | true/false |
| Date | ISO date strings |
| URL | URLs |
| Phone | Phone numbers |