Google Form to Slack Alert
Get a Slack alert within one minute every time someone submits your Google Form — formatted, readable, no coding.
Who it's for
Small businesses, freelancers, and teams who use Google Forms for contact requests, lead capture, or support intake and want instant Slack notifications.
What it does
This workflow watches the Google Sheet linked to your form for new responses and posts a formatted Slack message with every answer. Setup takes about 15 minutes.
How it works
- Google Sheets Form Trigger polls the response sheet every minute for new rows
- Configure Form Settings sets your Slack channel and form title
- Format Slack Message turns each answer into a readable Slack post
- Has Response Data skips empty rows
- Send Slack Alert posts to your Slack channel
Setup steps
- Import the workflow JSON into n8n
- In Google Forms, link responses to a Google Sheet (default tab: Form Responses 1)
- Open Google Sheets Form Trigger and set your spreadsheet ID
- Open Configure Form Settings and set
SLACK_CHANNELandFORM_TITLE - Connect Google Sheets OAuth2 on the trigger
- Connect Slack OAuth2 on Send Slack Alert
- Submit a test form response, then activate the workflow
Requirements
n8n Cloud or self-hosted n8n instance Google account with OAuth2 credentials configured in n8n Slack workspace with OAuth2 credentials configured in n8n A Google Form linked to a Google Sheet
Customization
Change SLACK_CHANNEL and FORM_TITLE in Configure Form Settings Map email column names via EMAIL_FIELD_NAMES Limit visible columns with INCLUDE_COLUMNS Change poll interval on the Google Sheets trigger
Additional info
Google Forms does not trigger n8n directly. This workflow uses the linked response spreadsheet — the standard and most reliable approach used by thousands of n8n users.
Ideas to extend
- Upgrade to priority routing (urgent vs sales vs standard channels)
- Add duplicate detection with an audit log tab
- Send a Gmail auto-reply to the submitter
- Log submissions to a second sheet for reporting
Stuck connecting credentials? Our Credential Setup Coach walks you through 60+ provider connections step by step.