Home
SUPSIS AI DOCUMENTATION
Manage customer communication
on a single platform
Automate up to 85% of customer questions with Supsis AI. Manage all your channels from a single panel.
Supported Platforms
Connect all your customer channels, e-commerce stores, and CRM systems into a unified AI-powered hub.
Featured Integrations & Solutions
Discover the most popular modules and direct guide links to power up your platform.
TikTok Business DM
Connect your TikTok account, manage direct messages (DMs) and 90-day history in Supsis.
TikTok Automatic Messages
Configure welcome messages, suggested questions, and chat tips directly from Supsis.
WhatsApp Business API
Meta Business verification, official number definition, and messaging limits.
Meta Business Verification
Meta Business Manager company verification steps, document upload, and green tick.
AI Voice Agent
24/7 automated phone calls, appointment scheduling, and natural speech dialogs.
Chatbot Configuration
Drag-and-drop bot scenarios, dynamic response blocks, and 24/7 customer greetings.
Automations & Workflows
Build advanced automated flows with event triggers, condition filters, and webhooks.
Bulk Messaging & Broadcast
Broadcast templated messages across WhatsApp and SMS with schedule controls.
Chat Menu & Inbox
Aggregate all your inbound channels into a single inbox and route chats seamlessly.
Plans & Billing
Upgrade plans, add additional channels or agent seats, and manage payment methods.
MCP Server Integration
Connect Cursor IDE, Claude Desktop, and LLM agents directly to the live Supsis database.
JavaScript SDK Functions
Custom live chat widget interactions, cart events, and user authentication on your website.
Top 4 Code Snippets for Developers
Copy ready-to-use code snippets with a single click to integrate into your system.
<script src="https://static.supsis.live/widget.js"
data-supsis-id="YOUR_DOMAIN_ID"
async></script>
{
"mcpServers": {
"supsis": {
"command": "npx",
"args": ["-y", "@supsis/mcp-server"],
"env": { "SUPSIS_API_KEY": "YOUR_API_KEY" }
}
}
}
{
"event": "message.received",
"chatId": "chat_987654",
"sender": { "phone": "+15550000000", "name": "John Doe" },
"message": { "text": "What is the product price?" }
}
curl -X POST "https://api.supsis.ai/v1/messages/send" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+15550000000", "text": "Your order has been confirmed."}'
Documentation Guides
Access detailed user guides for all modules here.
Ready to get started?
Follow our setup guide to complete your integration in minutes.
Get Started Now