Docs / Integrations / Zapier Integration
Back to FastMode

Zapier Integration

Connecting Fast Mode to Zapier

Automate workflows by connecting Fast Mode to thousands of apps through Zapier.

Setting Up

  1. Go to zapier.com and log in
  2. Click Create Zap
  3. Search for "Fast Mode" as the trigger or action app
  4. Click Connect to authorize with your Fast Mode account
  5. Select the project you want to connect

Available Triggers

Start a Zap when something happens in Fast Mode:

  • New Form Submission — When a form is submitted on your website
  • New CMS Item — When a new blog post, team member, etc. is created
  • CMS Item Updated — When an existing item is modified
  • CMS Item Deleted — When an item is removed

Available Actions

Do something in Fast Mode from other apps:

  • Create CMS Item — Add a new blog post, team member, etc.
  • Update CMS Item — Modify an existing item
  • Delete CMS Item — Remove an item

Example Zaps

  • Send form submissions to Google Sheets
  • Create blog posts from Notion pages
  • Send email alerts for new submissions
  • Post to Slack when content is updated

Data Structure

Form submissions include all form fields under the data object:

{
  "id": "submission-123",
  "formName": "contact",
  "createdAt": "2024-01-15T10:30:00Z",
  "data": {
    "name": "John Doe",
    "email": "[email protected]",
    "message": "Hello!"
  }
}

Troubleshooting

  • Zap not triggering? — Make sure the Zap is turned on and your Fast Mode project is connected
  • Missing data? — Re-test the trigger to refresh the field schema
  • Fields showing "Data ..." prefix? — Use the fields with "Data" prefix for consistent mapping
Built in Fast Mode