rb2b

Receive RB2B visitors in real time and super charge your workflows by connecting them to enrichment and outreach nodes.

Package Information

Released: 11/14/2025
Downloads: 261 weekly / 261 monthly
Latest Version: 1.0.3
Author: Robb Clarke

Documentation

n8n-nodes-rb2b

RB2B webhook trigger for n8n. Receives RB2B visitors in real time and forwards them into your workflows.

Features

  • Fixed POST webhook at /webhook/rb2b/visitor
  • Immediate 204 No Content success response
  • Emits request body and (optionally) headers/query/method/url to the workflow

Installation

In n8n: Settings → Community Nodes → Install and enter n8n-nodes-rb2b.

Or, for self-hosted: set N8N_CUSTOM_EXTENSIONS and place this package there.

Usage

  1. Add RB2B node to a workflow.
  2. Copy the Webhook URL from the node panel (Test or Production).
  3. Paste it into the RB2B dashboard → n8n integration.
  4. Activate the workflow.

Emitted item format

[
  {
    "body": {
      "LinkedIn URL": "https://www.linkedin.com/in/retentionadam",
      "First Name": "Adam",
      "Last Name": "Test Payload",
      "Title": "Webhook Test Payload from RB2B",
      "Company Name": "RB2B",
      "Business Email": "test@test.com",
      "Website": "https://rb2b.com",
      "Industry": "Internet Technology & Services",
      "Employee Count": "1-10",
      "Estimate Revenue": "$24M rev",
      "City": "Austin",
      "State": "Texas",
      "Zipcode": "73301",
      "Seen At": "2025-11-14 11:39:15 +0000",
      "Referrer": "https://google.com",
      "Captured URL": "https://rb2b.com/pricing",
      "Tags": "Hot Page, Hot Lead"
    }
  }
]

Discussion