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-match-found",
"nodes": [
{
"parameters": {
"path": "webhub/match-found",
"httpMethod": "POST",
"responseMode": "lastNode"
},
"name": "Webhook Match",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
180,
260
]
},
{
"parameters": {
"functionCode": "return items.map(item => {\n const recs = item.json.matchData.recommendations || [];\n item.json.summary = recs.map(r => `${r.name} (score ${r.score})`).join(', ');\n return item;\n});"
},
"name": "Build Summary",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
420,
260
]
},
{
"parameters": {
"fromEmail": "noreply@webhub.com",
"toEmail": "matching@webhub.com",
"subject": "Nuevas coincidencias detectadas",
"text": "Coincidencias: {{$json[\"summary\"]}}"
},
"name": "Send Match Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [
660,
260
]
}
],
"connections": {
"Webhook Match": {
"main": [
[
{
"node": "Build Summary",
"type": "main",
"index": 0
}
]
]
},
"Build Summary": {
"main": [
[
{
"node": "Send Match 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-match-found. Uses emailSend. Webhook trigger; 3 nodes.
Source: https://github.com/comarni/webhub/blob/502dd903fd079ab8d284ff16f1f2d8066c47c5a9/automations/match-found-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.
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