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": "webhub-new-project-email",
"nodes": [
{
"parameters": {
"path": "webhub/new-project",
"httpMethod": "POST",
"responseMode": "lastNode",
"options": {}
},
"name": "Webhook New Project",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
200
]
},
{
"parameters": {
"fromEmail": "noreply@webhub.com",
"toEmail": "={{$json[\"project\"][\"company_id\"]}}",
"subject": "Nuevo proyecto publicado en WebHub",
"text": "Se public\u00f3 el proyecto: {{$json[\"project\"][\"title\"]}}"
},
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [
440,
200
]
}
],
"connections": {
"Webhook New Project": {
"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
webhub-new-project-email. Uses emailSend. Webhook trigger; 2 nodes.
Source: https://github.com/comarni/webhub/blob/502dd903fd079ab8d284ff16f1f2d8066c47c5a9/automations/new-project-email.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.
Post-Job Google Review Request. Uses emailSend. Webhook trigger; 3 nodes.
Leave Request Notifications. Uses emailSend. Webhook trigger; 2 nodes.
CivicEye Email Workflow. Uses emailSend. Webhook trigger; 2 nodes.
Notificaciones Inventario. Uses emailSend. Webhook trigger; 2 nodes.