Package Information
Released: 11/14/2025
Downloads: 261 weekly / 261 monthly
Latest Version: 1.0.3
Author: Robb Clarke
Available Nodes
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
- Add RB2B node to a workflow.
- Copy the Webhook URL from the node panel (Test or Production).
- Paste it into the RB2B dashboard → n8n integration.
- 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"
}
}
]