SaaS 헬프데스크를 위한 지원 봇
개발자는 일상 티켓을 처리하고 깔끔하게 에스컬레이션하는 Intercom 지원 봇을 골격화할 수 있습니다.
입력 및 출력 미리보기
입력
- 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
출력 (발췌)
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.