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": "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\"]}} <{{$json[\"email\"]}}></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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This sample workflow allows you to forward alerts from TheHive 5 to SIGNL4 in order to send reliable alerts to your team.
Retention Actions. Uses emailSend, todoist. Webhook trigger; 7 nodes.
Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.
SabaReviewStatic. Webhook trigger; 6 nodes.