Block 1 - JotForm Trigger
- Type / Role
- n8n-nodes-base.jotFormTrigger - jotFormTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who’s it for Teams that collect product feedback with Jotform and want automated triage: instant alerts for urgent issues, knowledge based replies to questions, and a clean backlog for suggestions....
n8n-nodes-base.jotformtrigger, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.sentimentanalysis, n8n-nodes-base.telegram, n8n-nodes-base.gmail, n8n-nodes-base.googlesheetstool, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rully Saputra.
Original n8n.io sourceTeams that collect product feedback with Jotform and want automated triage: instant alerts for urgent issues, knowledge-based replies to questions, and a clean backlog for suggestions.
New Jotform submissions are classified by Feedback Type (comments, questions, suggestions) and analyzed for sentiment. Angry or negative messages trigger a Telegram alert to your support channel. Questions are answered automatically using an agent that consults your internal Google Sheet “Q&A” database, then replies via Gmail with a styled HTML email. Suggestions are summarized, sent to a team chat, and appended to a Google Sheets backlog with name, email, summary, and date. All comments are logged to a structured sheet for reporting.
Connect your Jotform form and map fields (Name, E-mail, feedback text).
Add credentials for Google Sheets, Gmail, Telegram, and LLM.
Point the agent to your “Q&A” sheet/tab.
Test each branch (comments, questions, suggestions) with sample entries.
Jotform account and live form
n8n (self-hosted recommended if using community/LLM nodes)
Google Sheets, Gmail, Telegram bot, and LLM API keys
Adjust sentiment thresholds or add new categories in the Switch node.
Edit the Gmail HTML template and subject line.
Change backlog columns or target sheets/tabs.
Add rate-limits, SLA timers, or different alert channels.
Best practice: rename all nodes, add a yellow Sticky Note with this description and per-step notes, and group user-config variables in a Set node. Remove any hard-coded IDs before sharing
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated customer feedback triage with Gemini, Jotform, Google Sheets & Gmail replies |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Ticket Management, AI Summarization |
| Author | Rully Saputra |
| Published | 14 Oct 2025 |
Use the JSON export at /data/workflows/9636/9636.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who’s it for Teams that collect product feedback with Jotform and want automated triage: instant alerts for urgent issues, knowledge based replies to questions, and a clean backlog for suggestions....
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management, AI Summarization use case.