AutomationFlowsGeneral › Send Brevo Email on Webhook Match

Send Brevo Email on Webhook Match

Original n8n title: Webhub Match Found

webhub-match-found. Uses emailSend. Webhook trigger; 3 nodes.

Webhook trigger★★★★☆ complexity3 nodesEmail Send
General Trigger: Webhook Nodes: 3 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": "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

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 workflow automates flight price comparison across multiple booking platforms (Kayak, Skyscanner, Expedia, Google Flights). It accepts natural language queries, extracts flight details using NLP,

Ssh, Email Send
General

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

Email Send
General

[NooviChat] Onboarding Pós-Pagamento (Exp 6). Uses emailSend. Webhook trigger; 11 nodes.

Email Send
General

This automated n8n workflow processes student applications on a scheduled basis, validates data, updates databases, and sends welcome communications to students and guardians.

Microsoft Excel, Email Send
General

EuQuero - PIX Payment Confirmation. Uses emailSend. Webhook trigger; 8 nodes.

Email Send