Get Started with Support
Create an account or sign in to access support tickets, live chat, and more
Ticket Management
Create, track, and manage support tickets with priorities, categories, and assignments.
Real-time Chat
Live chat support with WebSocket connections for instant communication.
File Uploads
Secure file upload and download system with support for multiple file types.
Email Integration
SMTP sending and POP3 monitoring for email-based ticket management.
User Management
Role-based access control for customers, agents, and administrators.
Knowledge Base
Public knowledge base with searchable articles - no login required.
Analytics
Comprehensive statistics and activity logging for monitoring.
📚 API Endpoints
Authentication
Tickets
Files
Chat
Knowledge Base (Public - No Auth)
🔌 WebSocket Events
Connect to WebSocket with JWT authentication:
const socket = io('http://localhost:3000', {
auth: { token: 'YOUR_JWT_TOKEN' }
});
Events: join_conversation, send_message, typing, stop_typing, mark_read