Block 1 - Generate reply
- Type / Role
- n8n-nodes-base.openAi - openAi
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow sends a OpenAI GPT reply when an email is received from specific email recipients. It then saves the initial email and the GPT response to an automatically generated Google spreadshee...
n8n-nodes-base.openai, n8n-nodes-base.gmailtrigger, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.gmail, n8n-nodes-base.crypto, n8n-nodes-base.html
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by n8n Team.
Original n8n.io sourceThis workflow sends a OpenAI GPT reply when an email is received from specific email recipients. It then saves the initial email and the GPT response to an automatically generated Google spreadsheet. Subsequent GPT responses will be added to the same spreadsheet.
Additionally, when feedback is given for any of the GPT responses, it will be recorded to the spreasheet, which can then be used later to fine-tune the GPT model.
This workflow is essentially a two-in-one workflow. It triggers off from two different nodes and have very different functionality from each trigger.
The flow triggered from On email received node is as follows:
On email received node.OpenAI node.Send reply to recipient node. A feedback link is also included in the email body which will trigger the On feedback given node. This is used to fine-tune the GPT model.The flow triggered from On feedback given node is as follows:
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.
Showing the first 24 of 49 workflow blocks. Download the JSON for the full node graph.
| Workflow | Send a ChatGPT email reply and save responses to Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 49 |
| Categories | Ticket Management, AI Chatbot |
| Author | n8n Team |
| Published | 10 Mar 2023 |
Use the JSON export at /data/workflows/1898/1898.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 workflow sends a OpenAI GPT reply when an email is received from specific email recipients. It then saves the initial email and the GPT response to an automatically generated Google spreadshee...
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 Chatbot use case.