帮助开发者构建 Zoom Phone 集成与通话自动化流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "build-zoom-phone-integration" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/phone/SKILL.md 2. 保存为 ~/.claude/skills/phone/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为 Zoom Phone 集成设计一个实现方案,包含 OAuth 授权流程、获取访问令牌、调用 Phone API 查询用户分机与通话记录,并给出 Node.js 示例代码与安全注意事项。
输出包含授权流程说明、API 调用步骤、示例代码以及安全建议的集成方案。
请为 Zoom Phone 来电场景设计一个 webhook 自动化流程:收到来电事件后,查询 CRM 客户资料,按客户等级路由到不同坐席,并记录处理结果。请提供事件流程图思路、伪代码和失败重试策略。
输出来电事件处理方案,包括路由逻辑、CRM 联动、伪代码与异常处理建议。
请说明如何在 CRM 中集成 Zoom Phone CTI/拨号器,支持点击拨号、通话状态同步、通话弹屏与 URI scheme 调起,并给出前端集成步骤与测试清单。
输出 CRM 拨号器集成说明,包含功能设计、前端接入方法和测试要点。
Background reference for Zoom Phone integrations across API, webhook, Smart Embed, and URI-launch workflows.
Implementation guidance for Zoom Phone integrations across API, webhook/event, Smart Embed, and URI-launch workflows.
Official docs:
zoomphonecall://, zoomphonesms://).Start here:
callto, tel, zoomphonecall, zoomphonesms)call_id, call_history_uuid, call_element_id).zp-make-call.zp-save-log-event and custom notes page.zoomphonesms:// and zp-sms-log-event.phone.* webhook events.See scenarios/high-level-scenarios.md for details.
.env keys and where to find each value.围绕客户问题进行多来源调研与溯源,快速整理背景并支持准确回复。
帮助开发者构建与排查 Zoom Virtual Agent 的嵌入、集成与知识库同步流程。