FindPrompts
Sign InGet Started

Get the best new prompts every week

Join the FindPrompts newsletter — top prompts, fresh mastery guides, and AI workflow tips. Free, no spam.

FindPrompts

The largest AI prompts database. 30,000+ prompts for ChatGPT, Claude, Midjourney, and more.

Categories

  • Marketing
  • Business
  • Writing
  • Coding
  • Education

Platforms

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Midjourney

Resources

  • Best AI Prompts
  • Free Tools
  • Prompt Grader
  • Prompt Templatizer
  • AI Token Counter
  • Image Prompt Generator
  • System Prompt Generator
  • Prompt A/B Tester
  • Prompt-to-JSON
  • Headline Generator
  • AI Cost Calculator
  • AI Prompt Improver
  • Prompt Generators
  • Mastery Guides
  • Cheatsheets
  • Automations
  • AI Tools
  • Custom GPTs
  • Blog
  • Affiliate Program

Company

  • Pricing
  • Contact
  • Terms of Service
  • Privacy Policy

© 2026 FindPrompts. All rights reserved.

TwitterGitHub
FindPrompts
FindPrompts

Main

Dashboard
Prompt Library30k+
DiscoverHot
LeaderboardNew
BundlesNew
Prompt Maker
PlaygroundBeta
GeneratorsNew
WorkflowsPro

Personal

Compare
Prompt Improver
Prompt Grader
Templatizer
Token Counter
Image Prompts
System Prompts
A/B Tester
All Free Tools
My Vault
Analytics
Submit Prompt
AI Tools
Guides
Cheatsheets
Automations
Settings
Go Pro

Unlock workflows, API access, and premium features.

Upgrade Now

User

Command Palette

Search for a command to run...

HomeAutomationsForm Response to Slack + Google Sheet
ZapierLead GenerationBeginner3 steps

Form Response to Slack + Google Sheet

A Zapier zap that takes each new form submission, posts a notification to Slack, and adds a row to a Google Sheet. Keep the team informed and the data logged in one step.

Google FormsSlackGoogle Sheets

How it works

  1. 1Trigger: new entry in a form (e.g. Google Forms)
  2. 2Action: send a channel message in Slack
  3. 3Action: create a spreadsheet row in Google Sheets

Setup

  • Connect Google Forms, Slack and Google Sheets in Zapier.
  • Select the source form as the trigger.
  • Map fields to the Slack message and sheet columns.
  • Test with a sample submission before turning on.

Workflow JSON

{
  "version": "1.0",
  "platform": "zapier",
  "title": "Form Response to Slack + Google Sheet",
  "steps": [
    {
      "id": 1,
      "type": "trigger",
      "app": "Google Forms",
      "event": "New Form Response",
      "config": {
        "form": "Contact Form"
      }
    },
    {
      "id": 2,
      "type": "action",
      "app": "Slack",
      "event": "Send Channel Message",
      "config": {
        "channel": "#leads",
        "message": "New lead: {{1.name}} ({{1.email}})"
      }
    },
    {
      "id": 3,
      "type": "action",
      "app": "Google Sheets",
      "event": "Create Spreadsheet Row",
      "config": {
        "spreadsheet": "Leads",
        "worksheet": "Sheet1",
        "row": {
          "Name": "{{1.name}}",
          "Email": "{{1.email}}"
        }
      }
    }
  ]
}

Related Automations

Lead Form Enrich, Score & Route

Inbound lead form to enriched, AI-scored, routed-to-Slack-and-CRM.

Lead Magnet Delivery

Instantly deliver a gated PDF and add the lead to your list.