Integration Availability by Plan
| Integration | Free | Pro | Enterprise |
|---|---|---|---|
| Webhooks | Yes | Yes | Yes |
| Slack | — | Yes | Yes |
| Microsoft Teams | — | Yes | Yes |
| HubSpot | — | Yes | Yes |
| Zapier | — | Yes | Yes |
| n8n | — | Yes | Yes |
| REST API | — | — | Yes |
| Custom integrations (built with your team) | — | — | Yes |
Notification Channels
Notification channels are the core of ReplyBubble’s integration system. Each channel sends real-time notifications to a destination whenever specific events happen in your workspace.Channel Types
| Type | Available On | How It Connects |
|---|---|---|
| Webhook | All plans | HTTP POST to any URL you specify |
| Slack | Pro+ | Posts to a Slack channel |
| Microsoft Teams | Pro+ | Posts to a Teams channel |
Event Toggles
Each channel can be configured to trigger on specific events:| Event | What Triggers It |
|---|---|
| New conversation started | A visitor opens a new chat |
| Contact captured | A visitor provides their contact information |
| Form submitted | A visitor completes a form |
| Conversation escalated | The bot flags a conversation for human attention |
| Message received | Any new message in a conversation |
| Conversation closed | A conversation ends |
Testing Channels
After creating a channel, click the Test button to send a sample notification. This verifies the connection works before relying on it for real traffic.Delivery Logs
Each channel shows a log of recent deliveries with status indicators (success or failure). Use this to diagnose issues if notifications stop arriving.Setting Up a Channel
- Go to Integrations in the sidebar
- Click the Notification Channels tab
- Click Create Channel
- Choose the channel type (Webhook, Slack, or Teams)
- Configure the destination (URL for webhooks, workspace/channel for Slack/Teams)
- Select which events to send
- Save and test
Webhooks (All Plans)
Webhooks are available on every plan, including Free. They let you send real-time notifications to any URL whenever something happens in ReplyBubble. What you can do:- Get notified the instant a visitor starts a conversation, submits a form, or finishes a chat.
- Receive a JSON payload with visitor info, conversation data, and form responses — everything you need to act on it.
- Connect to any system that accepts incoming HTTP requests.
Slack (Pro)
Get notified in a Slack channel whenever visitors start conversations or submit forms. Your team stays in the loop without checking the dashboard. How to set it up:- Go to Integrations in the sidebar and click the Notification Channels tab.
- Click Create Channel and select Slack.
- Click “Connect to Slack” and authorize your workspace.
- Choose which channel should receive notifications and select your events.
- Save.
Microsoft Teams (Pro)
Works just like the Slack integration — receive notifications in a Teams channel when visitors interact with your chatbot. How to set it up:- Go to Integrations in the sidebar and click the Notification Channels tab.
- Click Create Channel and select Microsoft Teams.
- Follow the prompts to connect your Teams workspace.
- Select a channel for notifications and select your events.
- Save.
HubSpot (Pro)
Push conversation and form data straight into your CRM. No manual data entry, no copy-pasting. What happens automatically:- When a visitor chats or submits a form, ReplyBubble creates or updates a contact in HubSpot with their details.
- Form submissions push lead data directly into your CRM pipeline.
- Conversation summaries are attached to the contact record so your sales team has full context.
- Go to Integrations in the sidebar.
- Click “Connect to HubSpot” and authorize access.
- Configure field mapping if needed (defaults work well for most setups).
- Save.
Zapier (Pro)
Connect ReplyBubble to 5,000+ apps through Zapier. If you can do it in Zapier, you can trigger it from a chat conversation. Available triggers:- New conversation started
- Form submission received
- Send a text message to yourself when a high-value lead fills out a form.
- Add new contacts to a Google Sheet for weekly review.
- Create a task in Asana or Trello when a visitor asks a question your bot can’t answer.
- Search for “ReplyBubble” in the Zapier app directory.
- Choose a trigger and connect your ReplyBubble account.
- Add actions from any of Zapier’s 5,000+ supported apps.
- Turn on your Zap.
n8n (Pro)
n8n is an open-source alternative to Zapier. If you prefer self-hosted automation or want more control over your workflows, n8n is a great fit. How to connect:- In n8n, add a Webhook trigger node.
- Copy the webhook URL from n8n.
- In ReplyBubble, go to Integrations > Notification Channels and create a Webhook channel with that URL as the destination.
- Build your automation workflow in n8n using the incoming data.
REST API (Enterprise)
For teams that need full programmatic access, the Enterprise plan includes a REST API. What you can access:- Conversations — read, search, and export chat history.
- Contacts — create, update, and query your contact database.
- Analytics — pull metrics into your own dashboards or reporting tools.
Managing API Keys
- Go to Integrations in the sidebar
- Click the API Keys tab
- Click Generate Key to create a new one
- Copy the key immediately — it is only shown once
Security: Treat API keys like passwords. Never commit them to source control or share them in plaintext. Store them in a secret manager or environment variable. If a key is exposed, rotate it immediately from the API Keys tab.Who it’s for: The REST API is designed for teams with developers who want to build custom integrations or embed ReplyBubble data into internal tools. If you’re not sure whether you need it, the webhook integrations likely cover your use case.

