| Without a support system | With a support system |
|---|---|
| Customer emails support@ and it gets lost in a shared inbox | Email is parsed into a ticket automatically, assigned to the right agent, SLA clock starts |
| No one knows which agent is handling what | Every ticket has one owner, visible to the whole team in real time |
| Agent replies from personal email — no record kept | Every reply is logged in the ticket thread, timestamped, auditable |
| A critical issue sits unresolved for 3 days — discovered by accident | SLA watcher fires an alert at 80% elapsed time; supervisor notified at breach |
| Client asks "what happened with ticket X?" — nobody knows | Full audit trail: who did what, when, with what reason |
| Monthly report takes 2 days to compile manually in Excel | Reports generated in seconds, scheduled and emailed automatically |
Artha's own neo-bank customers
When an Artha customer has a problem — a UPI transfer didn't go through, their card was declined, KYC is stuck — they reach out through the mobile app, email, WhatsApp, or phone. The ticket lands in the Artha workspace.
Artha's own support agents handle these tickets with full access: they can see the customer's account balance and transaction history, reply, reassign, escalate internally, merge duplicates, and close. The full lifecycle is in one place.
FinCo Payments, SwiftBank, and others
Artha's platform clients run their own support teams. Their customers use a branded portal at support.[client].io and log in with their existing Auth0 account — no new signup. Client agents handle tickets in their own workspace.
Artha watches these tickets in read-only mode. If a client can't resolve something, they escalate it to Artha. Artha responds — but always in the client's brand. The end customer never sees "Artha Fintech".
support.finco.io and logs in, the system reads their Auth0 token. If the token contains a support_agent role, they get the agent view (all workspace tickets). If not, they get the customer view (their own tickets only). Internal notes are never visible to customers — the API enforces this regardless of what token is presented. Agents are auto-created in the system on their first login — no separate invitation process needed.