Skip to main content
Automatically create Airtable records when forms are submitted.

Setup Steps

1

Get Your API Key

  1. Go to Airtable Account
  2. Click Generate API key or go to Developer hub
  3. Create a Personal Access Token with these scopes:
    • data.records:write
    • schema.bases:read
  4. Copy the token (starts with pat)
2

Get Your Base ID

  1. Open your Airtable base
  2. Click HelpAPI documentation
  3. Find your Base ID in the URL or documentation
  4. It looks like: appXXXXXXXXXXXXXX
3

Get Your Table ID

  1. In the API documentation, find your table
  2. The Table ID looks like: tblXXXXXXXXXXXXXX
  3. Or use the table name (e.g., “Submissions”)
4

Configure in Spike

  1. Go to your Spike Dashboard
  2. Select your form → Settings
  3. Scroll to IntegrationsAirtable
  4. Enable the toggle
  5. Enter your API Key (Personal Access Token)
  6. Enter your Base ID
  7. Enter your Table ID or table name
  8. Save changes

Field Mapping

Spike automatically maps form fields to Airtable columns:
Form FieldAirtable Column
nameName
emailEmail
messageMessage
Any fieldMatching column
Airtable column names must match your form field names exactly (case-insensitive).

Setting Up Your Table

Create columns in Airtable that match your form fields:
  1. Name - Single line text
  2. Email - Email field type
  3. Message - Long text
  4. Submitted At - Date field (auto-populated)

Troubleshooting

  • Verify your API key has write permissions
  • Check that Base ID and Table ID are correct
  • Ensure column names match form field names
  • Check Airtable’s API rate limits
  • Column names must match form field names
  • Create columns for all fields you want to capture
  • Field names are case-insensitive
  • Use a Personal Access Token, not the deprecated API key
  • Ensure the token has data.records:write scope
  • Check that the token hasn’t expired

Supported Field Types

Airtable TypeForm Data
Single line textAny text
Long textMulti-line text
EmailEmail addresses
NumberNumeric values
Checkboxtrue/false
DateISO date strings