AutomationFlowsGeneral › Webhook Trigger Email Send Automation

Webhook Trigger Email Send Automation

Original n8n title: Webhook → Send Email

Webhook → Send Email. Uses emailSend. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesEmail Send
General Trigger: Webhook Nodes: 2 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": "Webhook \u2192 Send Email",
  "nodes": [
    {
      "id": "webhook-1",
      "parameters": {
        "httpMethod": "POST",
        "path": "welcome-user",
        "responseMode": "onReceived"
      },
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "id": "email-1",
      "parameters": {
        "fromEmail": "your@email.com",
        "toEmail": "={{$json[\"email\"]}}",
        "subject": "Welcome to our app!",
        "text": "Hi {{$json[\"name\"]}},\n\nThanks for signing up. We're excited to have you!"
      },
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 1,
      "position": [
        500,
        300
      ],
      "credentials": {
        "smtp": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Webhook → Send Email. Uses emailSend. Webhook trigger; 2 nodes.

Source: https://github.com/Plaetorius/v8n/blob/3749c871a060b42be8d4ed291fb2a4810d2b1dab/flows/sample-webhook-email.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

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

General

Webhook to Email. Uses emailSend. Webhook trigger; 2 nodes.

Email Send
General

Unique QRcode coupon assignment and validation for Lead Generation system. Uses httpRequest, formTrigger, googleSheets, stickyNote. Webhook trigger; 29 nodes.

HTTP Request, Form Trigger, Google Sheets +1
General

Wait Code. Uses httpRequest, emailSend, stickyNote. Webhook trigger; 15 nodes.

HTTP Request, Email Send
General

Validate Seatable Webhooks with HMAC SHA256 Authentication. Uses respondToWebhook, crypto, noOp, stickyNote. Webhook trigger; 7 nodes.

Crypto
General

TheHive. Uses theHive, signl4, manualTrigger. Webhook trigger; 7 nodes.

The Hive, Signl4