AutomationFlowsWeb Scraping › AI Email Auto Reply Workflow

AI Email Auto Reply Workflow

Original n8n title: AI Email Auto Reply

AI Email Auto Reply. Uses aiPromptNode, httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesAi Prompt NodeHTTP Request
Web Scraping Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Blog_Summarizer. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.

HTTP Request, Email Send
Web Scraping

Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

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

HTTP Request, High Level