QMorph 为中小企业打造专属 AI 语音前台——从需求采集到电话接入、日程管理、智能报告,一站式全流程解决方案。
配置 Agent、管理日程、查看报告
自动构建 Agent、管理基础设施
通过电话与 Voice Agent 交互
从注册到电话接入不超过 5 分钟
替代传统前台/客服人力开支
英语、中文、西语等自动切换
SMB 业主通过 QMorph 官网的智能对话窗口,描述自己的业务类型、服务内容、营业时间等。系统通过多轮引导,完成信息采集。
| 字段 | 说明 | 示例 |
|---|---|---|
| business_name | 企业名称 | Bright Smile Dental |
| business_type | 行业类型 | Dental Clinic |
| location | 地址 | Austin, TX |
| services[] | 服务项目列表 | Check-up, Cleaning, Whitening… |
| hours{} | 营业时间 | Mon-Fri 9-18, Sat 9-13 |
| slot_duration | 默认预约时长 | 30min / 60min (new) |
| capabilities[] | Agent 功能 | Booking, Reschedule, Triage… |
| tone | 语气风格 | Warm & Friendly |
| escalation_rules{} | 升级规则 | Emergency → call ### |
| phone_number | 原客服电话 | +1 (512) 555-0123 |
系统根据采集到的信息,自动生成 Voice Agent 配置——包括 Prompt、TTS 音色、STT 参数、业务逻辑等。SMB 可以随时点击发布。
Agent 发布后,系统通过 Twilio 将 SMB 的原有客服号码呼叫转接到 QMorph Voice Agent。终端客户拨打原号码即可直达 AI 前台。
终端客户拨打电话后,QMorph Voice Agent 以自然语音进行多轮对话,完成预约、查询、分流等任务。以下以牙科诊所预约为例。
QMorph: Good morning! This is Bright Smile Dental, how can I help you today?
Caller: Hi, I'd like to book a teeth cleaning appointment.
QMorph: Of course! Let me check our availability. Are you an existing patient with us?
Caller: Yes, my name is Sarah Johnson.
QMorph: Welcome back, Sarah! I can see your file. We have openings this Thursday at 10 AM and 2:30 PM, or Friday at 11 AM. Which works best for you?
Caller: Thursday 2:30 PM works great.
QMorph: You're all set! Thursday, March 26 at 2:30 PM for a teeth cleaning with Dr. Chen. You'll receive a confirmation text shortly. Anything else I can help with?
预约洗牙/检查
预约法律咨询
预约上门维修
预约剪发/造型
预约问诊
预约看房
Voice Agent 自动将预约写入 SMB 的日历系统,支持 Google Calendar / Outlook 双向同步,SMB 可以在 Dashboard 查看和管理所有日程。
Teeth Cleaning · 30min
General Check-up · 60min
Whitening Consultation · 30min
Filling · 45min
Teeth Cleaning · 30min
QMorph 每日/每周自动生成服务报告——包含通话统计、预约汇总、异常提醒、客户反馈——通过邮件/短信/Dashboard 推送给 SMB。
| 端点 | 方法 | 说明 |
|---|---|---|
/api/onboard | POST | 提交 SMB 多轮对话采集数据 |
/api/agent/build | POST | 触发 Voice Agent 自动构建 |
/api/agent/:id/publish | PUT | 发布 Agent 并绑定 PSTN 号码 |
/api/calls/webhook | POST | Twilio 来电 Webhook |
/api/calendar/:id | GET/PUT | 日程查询与更新 |
/api/reports/:id | GET | 获取每日/每周报告 |