Support bot for a SaaS help desk
A developer can scaffold an Intercom support bot that deflects routine tickets and escalates cleanly.
Ver vista previa de entrada y salida
Entrada
- Use Case
- Handle common account questions: password resets, billing changes, and bug reports. Should deflect simple tickets and only escalate complex ones.
- Chatbot Purpose
- support
- Platform
- Intercom
- Num Paths
- 5
- Fallback Behavior
- transfer to a human agent and capture the issue summary
Salida (extracto)
Welcome: "Hi! What can I help with today?" [Reset password] [Billing] [Report a bug] [Something else] Path A - Reset password: Bot sends secure reset link -> confirms success -> offers more help. Path B - Billing: Bot asks plan vs payment -> routes to self-service portal. Path E - Something else / no match: Bot collects a one-line summary, then transfers to a human agent in Intercom with full context attached.