Automate customer conversations, resolve issues faster, and delight your customers with intelligent AI support.
Sign in to your Supplo dashboard
Select a conversation to start
Use the list on the left to open any conversationNo conversation selected
| Full Name | Channel | Segments | Last Active | Conversations | |||
|---|---|---|---|---|---|---|---|
| Loading contacts... | |||||||
Monitor your AI assistant
Search across conversations
Send proactive messages to your contacts
Articles that power AI responses and customer self-service
Connect messaging channels, automate workflows, and extend your workspace.
Every action taken by agents and admins — searchable and filterable
| Time | Actor | Action | Resource | IP Address | |
|---|---|---|---|---|---|
| Loading… | |||||
Send real-time HTTP POST events to your server when things happen in Supplo
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: {...} }
Monitor usage, manage your plan, and download invoices
Paste this script tag before the </body> tag on your website. Takes 30 seconds.
Loading…
Add your most common customer question. Your AI will learn everything else automatically from real conversations.
Add a colleague so they can handle conversations too. You can always do this later.