AutomationFlowsGeneral › Contact Form → SMTP

Contact Form → SMTP

Contact Form → SMTP. Uses smtp. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesSmtp
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": "Contact Form \u2192 SMTP",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "contact-workflow",
        "responseMode": "onReceived",
        "responseData": "respond"
      },
      "name": "Contact Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "fromEmail": "={{$json[\"email\"]}}",
        "toEmail": "contato.gildaciolopes@gmail.com",
        "subject": "Contato Portfolio - {{$json[\"name\"]}}",
        "text": "={{$json[\"message\"]}}",
        "html": "=<div><p>{{$json[\"message\"]}}</p><p>From: {{$json[\"name\"]}} &lt;{{$json[\"email\"]}}&gt;</p></div>"
      },
      "name": "Send Email",
      "type": "n8n-nodes-base.smtp",
      "typeVersion": 1,
      "position": [
        550,
        300
      ]
    }
  ],
  "connections": {
    "Contact Webhook": {
      "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

Contact Form → SMTP. Uses smtp. Webhook trigger; 2 nodes.

Source: https://github.com/Gildaciolopes/interactive-portfolio/blob/537a09287bd1e0433bec7ed6fac9f74fb7ce47f2/n8n/contact-workflow.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

This sample workflow allows you to forward alerts from TheHive 5 to SIGNL4 in order to send reliable alerts to your team.

The Hive, Signl4
General

Retention Actions. Uses emailSend, todoist. Webhook trigger; 7 nodes.

Email Send, Todoist
General

Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.

Clockify, HTTP Request
General

DesligaBot. Uses httpRequest. Webhook trigger; 6 nodes.

HTTP Request
General

SabaReviewStatic. Webhook trigger; 6 nodes.