Block 1 - Email Trigger
- Type / Role
- n8n-nodes-base.emailReadImap - emailReadImap
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow is designed to centralize the management and tracking of customer inquiries received through multiple channels (email and web forms). Who's it for? Customer support teams Marketin...
n8n-nodes-base.emailreadimap, n8n-nodes-base.webhook, n8n-nodes-base.html, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.switch, n8n-nodes-base.googlesheets, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by 對馬 瑠斗.
Original n8n.io sourceThis n8n workflow is designed to centralize the management and tracking of customer inquiries received through multiple channels (email and web forms).
Who's it for?
How it works / What it does
This workflow is designed to automatically collect, process, route, and track customer inquiries from different sources.
Multi-Channel Input: The workflow listens for inquiries from both incoming emails and web form submissions.
Data Extraction and Parsing:
Merge Inquiries: The parsed email and web form inquiry data are combined into a single stream for continued processing.
Route by Inquiry Type: The workflow then routes the inquiries based on the extracted inquiryType.
Save to Google Sheets: All inquiry data is logged into a Google Sheet, which serves as a central repository, including details like customer name, email, subject, message, source, received timestamp, and inquiry type.
Send Auto-Reply Email: Customers receive an automated email reply confirming that their inquiry has been successfully received.
How to set up
Google Sheets:
customerName, customerEmail, subject, message, source, receivedAt, inquiryType.Email Trigger (IMAP):
Webhook - Web Form:
name, email, subject, message, and type in JSON format.Slack:
Gmail:
Requirements
How to customize the workflow
`
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 | Manage customer inquiries from email & web forms with Slack & Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Ticket Management |
| Author | 對馬 瑠斗 |
| Published | 24 Oct 2025 |
Use the JSON export at /data/workflows/10114/10114.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.
This n8n workflow is designed to centralize the management and tracking of customer inquiries received through multiple channels (email and web forms). Who's it for? Customer support teams Marketin...
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 use case.