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": "NeuroHire - Send Interview Emails",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "send-interview-emails",
"responseMode": "onReceived",
"options": {
"responseData": "{\"success\":true,\"message\":\"Emails queued\"}"
}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
-240,
0
],
"id": "120519a0-b960-4959-8c96-9ccc947a2fa1",
"name": "Webhook"
},
{
"parameters": {
"language": "javaScript",
"mode": "runOnceForAllItems",
"jsCode": "// NeuroHire POST body is { emails, totalCount, jobInfo, sentAt }.\n// n8n Webhook puts that object on item.json.body (not at root).\nconst item = items[0];\nconst root = item?.json ?? {};\nconst body = root.body ?? root;\nconst list = body.emails;\nif (!Array.isArray(list) || list.length === 0) {\n throw new Error('No emails[] in webhook body. Expected JSON: { emails: [{ to, subject, body }, ...] } under request body.');\n}\nreturn list.map((e) => ({ json: e }));"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
80,
0
],
"id": "normalize-emails-from-body",
"name": "Normalize emails from body"
},
{
"parameters": {
"fromEmail": "faieztariq67@gmail.com",
"toEmail": "={{ $json.to }}",
"subject": "={{ $json.subject }}",
"emailFormat": "text",
"text": "={{ $json.body }}",
"options": {}
},
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
400,
0
],
"id": "d06b74e8-0307-44b4-b6ef-420251d0dc8f",
"name": "Send email",
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Normalize emails from body",
"type": "main",
"index": 0
}
]
]
},
"Normalize emails from body": {
"main": [
[
{
"node": "Send email",
"type": "main",
"index": 0
}
]
]
},
"Send email": {
"main": [
[]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
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.
smtp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
NeuroHire - Send Interview Emails. Uses emailSend. Webhook trigger; 3 nodes.
Source: https://github.com/thecallmeBilalAshiq/neurohireofficial/blob/main/docs/n8n-neurohire-send-interview-emails.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 workflow receives new consult bookings via webhook (Calendly v2 or a generic scheduling tool), generates timed confirmation and reminder messages, runs each SMS through a separate compliance work
This workflow uses webhooks, Twilio SMS, SMTP email, and a Bar-Compliance Guardrail sub-workflow to request client ratings 48 hours after matters close. It routes replies so 4–5 star clients get a Goo
This workflow automates flight price comparison across multiple booking platforms (Kayak, Skyscanner, Expedia, Google Flights). It accepts natural language queries, extracts flight details using NLP,
Automate the tracking of customer subscription expiry dates, create renewal tasks in ClickUp, and dispatch friendly email reminders before the due date. The workflow listens for incoming subscription
This workflow receives missed-call webhooks from Twilio or CallRail, normalizes call details, and instantly sends a compliant text-back via Twilio when allowed, then emails your firm a delivery-status