π¬ Automated customer feedback analysis & response with Jotform, GPT-4.1 & Google Sheets
β‘ 83 views Β· π¬ Support Chatbots
Description
AI-powered feedback analysis and response automation from Jotform to Google Sheets and Slack
Whoβs it for
Businesses using Jotform to collect customer feedback who want to automate sentiment analysis, email responses, and internal reporting β especially eCommerce, support, or CX teams looking to scale without hiring more agents.
How it works
This workflow captures every new Jotform submission, extracts key fields, and uses OpenAI GPT-4.1 to classify sentiment and root cause.
- Negative feedback or ratings β€3: Generates a recovery email, logs it in Google Sheets, and alerts your CX team on Slack.
- Positive or neutral feedback: Sends a personalized thank-you email with a link to leave a public review.
All submissions are stored in Google Sheets for analytics and performance tracking.
How to set up
- Visit Jotform and sign up (if youβre new) or log in to your existing account.
- Click your profile icon (top-right) β go to Settings.
- In the left sidebar, open the API section.
- Click Create New Key.
- Set permission to Full Access (recommended for full workflow functionality).
- Copy the generated API key.
- In n8n, open Credentials β Create New β JotForm API.
- Paste your API key and save it as
JotForm account. - Test the connection by running your Jotform Trigger node.
Jotform Configuration Guide (for n8n Feedback Workflow)
Follow these steps to connect your Jotform to n8n:
1οΈβ£ Create the Feedback Form
Build a form in Jotform with the following exact fields:
- Field Label - Field Type - Example Input
- Full Name - Short Text - Customer Name
- Email - Email - test@gmail.com
- Whatsapp Number - Short Text- 91xxxxxxxxxx
- Order Id - Short Text - #2321
- Ratings - Ratings - 3
- Please describe your experience in detail. - Long Text - βFeedbackβ
- Would you recommend us to others? - Single Choice (Yes/No) - No
π‘ Tip: Keep field labels identical β n8n uses these exact keys for data mapping.
Requirements
- Jotform API key (Full Access)
- OpenAI API key
- SMTP or transactional email service
- Google service account or Authenticate using Oauth2
- Slack token
How to customize
You can easily adjust rating thresholds, AI prompts, or email templates to match your brandβs tone.
The structure is modular β no code changes needed, just edit nodes and re-deploy.
image.png
π Nodes Used
Send Email, Google Sheets, Slack, Jotform Trigger, OpenAI
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File