The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "AI Email Auto Reply",
"nodes": [
{
"parameters": {
"path": "ai-email-reply",
"options": {}
},
"id": "webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"prompt": "=Bu bir e-posta mesaj\u0131d\u0131r:\n\n{{$json[\"body\"]}}\n\nBu e-postaya uygun profesyonel bir T\u00fcrk\u00e7e cevap \u00fcret."
},
"id": "aiPromptNode",
"name": "AI Prompt Node",
"type": "n8n-nodes-base.aiPromptNode",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"url": "https://your-mail-api.com/send",
"method": "POST",
"jsonParameters": true,
"options": {},
"bodyParametersJson": "={\n \"to\": \"{{$json[\"sender\"]}}\",\n \"subject\": \"RE: {{$json[\"subject\"]}}\",\n \"body\": \"{{$node[\"AI Prompt Node\"].json[\"choices\"][0][\"message\"][\"content\"]}}\"\n}"
},
"id": "sendEmail",
"name": "Send Email",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
650,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "AI Prompt Node",
"type": "main",
"index": 0
}
]
]
},
"AI Prompt Node": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
AI Email Auto Reply. Uses aiPromptNode, httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/Eddith/ai-automation-platform/blob/efdccc8afcd93ba1d8c980efbe10e7e8673cd7e9/flows/email-reply-flow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.
Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.
WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.
This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant