Smart Routing: AI-Driven Conversation Flow for India SMBs GoSumo has launched a smart routing feature that consolidates inbound customer conversations from WhatsApp, Instagram, SMS, web chat, and email into a single AI-driven interface for India SMBs. The platform forwards message content to OpenRouter AI for intent classification, then uses a NestJS and TypeScript backend with PostgreSQL skill mappings, BullMQ queues, and Redis caching to assign each conversation to the most suitable available agent. Recent commits also tightened authentication, including making the VIEWER role read-only and closing a privilege escalation in team management. Small businesses in India often juggle customer messages across WhatsApp, Instagram, SMS, Web Chat, and Email. Without a single view, agents miss replies, response times balloon, and customers feel ignored. Managing each channel in isolation also forces teams to duplicate effort, leading to inconsistent follow‑ups and revenue leakage. GoSumo’s smart routing feature consolidates all inbound conversations into one AI‑driven interface and automatically assigns each message to the most suitable team member. The result is a predictable, efficient flow that keeps every lead on track and every customer satisfied. Intention Detection – When a message arrives, the platform forwards its content to OpenRouter AI. The model classifies the intent order inquiry, support, billing question, etc. and tags it with relevant skills like order‑processing or technical‑support . Skill‑Based Assignment – The backend, built with NestJS and TypeScript, consults a PostgreSQL table that maps agents to skill sets. A quick lookup, now indexed thanks to the recent perf db : index the lookups that run before a tenant is known , returns the best candidate. Queue Management – BullMQ queues the routing job. Redis serves as a cache for real‑time availability data, ensuring that an agent who is currently offline or busy is skipped. The system then pushes the conversation to the agent’s inbox in the Next.js dashboard. Fallback & Escalation – If no agent matches the skill or is available, the system triggers an automated response that informs the customer of an expected reply time. This maintains a professional tone while protecting agents from manual triage. fix auth : make VIEWER read‑only across the API , ensures that only authorized users can change routing rules. Recent commits tightened the platform’s security posture. fix auth : close the privilege escalation in team management and fix auth : stop bcrypt cost 12 from timing out the suite under parallel load ensure that role checks are enforced consistently and that password hashing does not degrade performance under heavy traffic. These updates give India SMBs confidence that customer data is handled securely while maintaining rapid response times. Smart routing turns a chaotic, multi‑channel inbox into a streamlined, AI‑directed conversation hub. By automatically matching messages to the right agent, it shortens response times, reduces missed opportunities, and frees teams to focus on higher‑value work. For small businesses in India looking to elevate their customer communication, GoSumo’s AI‑powered client management platform offers a scalable, secure, and efficient solution.