Skip to main content
Conversations

Select a conversation to start

Use the list on the left to open any conversation

No conversation selected

Live
0 Online now
0 Today
0 Conversations
0 All visitors
0 New today
All 0
Online 0
New 0
Loading visitors…
0
visitors tracked — click a marker to filter
Real-time visitor map
Contacts 0
Total: 0
With Email: 0
Active Now: 0
Full Name Email Channel Segments Last Active Conversations
Loading contacts...
Dashboards
Default Dashboard
Messaging
Overview
Workload
Ratings
Operators
Channels
Segments
Visitors
Website Visits
Contacts
Contacts Saved
AI & Costs
SLA Reports
Analytics
Total Conversations
AI Resolution Rate
Avg First Response
Time to first reply
Conversations Over Time
Total AI Resolved
Conversations by Status
Conversations by Channel
Agent Workload
AI vs Human
Busiest Hoursconversation volume by day & hour

AI Agent

Monitor your AI assistant

0%
Resolution Rate
0
AI Handled
0
Escalated
-
Model
Global AI Toggle
Turn AI on or off for all new conversations workspace-wide

Campaigns

Send proactive messages to your contacts

📣
No campaigns yet
Create your first campaign to reach out to your contacts

Knowledge Base

Articles that power AI responses and customer self-service

Categories

Plugins & Channels

Connect messaging channels, automate workflows, and extend your workspace.

Connected
Live Chat Widget
Embeddable JavaScript chat for your website — all conversations in one inbox
Connected
Telegram
Handle Telegram bot messages directly in your Supplo inbox
Not connected
WhatsApp Business
WhatsApp Business API — handle conversations via WhatsApp Cloud API
Not connected
Email
AI-powered email support via IMAP/SMTP — auto-reply and triage
Not connected
Instagram DMs
Auto-respond to Instagram direct messages and story replies
Not connected
Facebook Messenger
Handle Facebook Page Messenger conversations in your inbox
Coming Soon
Slack
Get notified in Slack when new conversations come in
Coming Soon
Zapier
Connect Supplo to 5,000+ apps — automate any workflow without code
Coming Soon
Discord
Handle Discord server support tickets in your inbox
Not connected
Twitter / X DMs
Manage Twitter DM support conversations from your inbox

Audit Log

Every action taken by agents and admins — searchable and filterable

Time Actor Action Resource IP Address
Loading…

Event Detail

Webhooks

Send real-time HTTP POST events to your server when things happen in Supplo

Endpoint Configuration

Verifying Signatures

Every request includes X-Supplo-Signature and X-Supplo-Timestamp headers. Verify like this:

// Node.js example
const crypto = require('crypto');

function verifyWebhook(req, secret) {
  const timestamp = req.headers['x-supplo-timestamp'];
  const signature = req.headers['x-supplo-signature']; // "sha256=..."
  const body = JSON.stringify(req.body);                // raw body string
  const expected = 'sha256=' + crypto
    .createHmac('sha256', secret)
    .update(timestamp + '.' + body)
    .digest('hex');
  return crypto.timingSafeEqual(
    Buffer.from(signature),
    Buffer.from(expected)
  );
}

Each event payload has: { event, workspace_id, timestamp, data: {...} }

Delivery Log
Time Event Status HTTP Error
No deliveries yet — save a webhook URL and send a test event.

Payload


      

Usage & Billing

Monitor usage, manage your plan, and download invoices

Current Plan
Enterprise
Renews Apr 30, 2026
Enterprise
$199 / mo
Next invoice Apr 30, 2026
Conversations
0 usedof Unlimited
Agent Seats
/ ∞
Active agents this month
Widgets / Sites
1 active
supplo.io embed
More Metrics
Coming soon
AI Resolutions
resolved this month
$0.04 per AI-resolved conversation
$0.00
charged this month
Usage Breakdown
FeatureUsedLimitUsageStatus
Loading…
Available Plans
Billing History
DateDescriptionAmountStatusInvoice
No invoices yet.
Mark as resolved
Reopen conversation
Mark as unread
Assign to...
Copy link
Set Subject
Block visitor
Mark as spam
Delete conversation
Mark as unread
Copy link
Set Subject
Email Transcript
Mark as spam
Delete conversation
Supplo
Step 1 of 3
Install your chat widget

Paste this script tag before the </body> tag on your website. Takes 30 seconds.

Loading…
Teach your AI one thing

Add your most common customer question. Your AI will learn everything else automatically from real conversations.

Invite your first team member

Add a colleague so they can handle conversations too. You can always do this later.