Overview
The n8n integration lets you connect BubblaV to n8n workflows. Start automations when conversations happen and run chatbot actions — send messages, tag conversations, update customers, create tickets — from any workflow.The n8n integration requires a Pro plan or higher.
What You Can Do
15 Triggers
Start workflows when conversations begin, messages arrive, leads are captured, meetings are booked, and more.
6 Actions
Send messages and greetings, create tickets, update customers, and tag conversations.
3 Searches
Look up conversations, customers, and analytics data inside workflows.
400+ Integrations
Connect BubblaV to everything n8n supports — Slack, Notion, Airtable, HubSpot, and more.
Prerequisites
- BubblaV account: Pro plan or higher
- n8n instance: self-hosted or n8n Cloud with community nodes enabled
- Website: at least one website configured in BubblaV
Setup
1
Create an API key
In BubblaV, open your website → Settings → API keys → Create key. Copy the key (it starts with
bubblav_mcp_).2
Install the community node
In n8n, go to Settings → Community Nodes → Install, enter
@bubblav/n8n-nodes-bubblav, and confirm.3
Create credentials
Add a BubblaV API credential in n8n and paste your API key. Leave Base URL as
https://www.bubblav.com.4
Build your workflow
Add a BubblaV Trigger to start on events, or the BubblaV node to run actions.
Each API key is bound to a single website. To automate another website, create another key and another credential. Deactivating a key revokes access immediately.
Triggers
The BubblaV Trigger node fires instantly via webhooks — no polling. Select one or more events:Conversation Events
Lead & Visitor Events
Booking Events
Deliveries arrive as bare JSON event payloads. All selected events share one webhook URL — use a Switch node on payload fields (for example
id, visitor_id) to branch per event.