Agent Skills
› openai/plugins
› build-zoom-phone-integration
build-zoom-phone-integration
GitHub用于构建Zoom Phone集成,涵盖CTI、CRM拨号、呼叫事件及Smart Embed行为。指导进行集成分类、权限确认、模块化开发及调试,确保OAuth作用域和许可证合规。
Trigger Scenarios
构建Zoom Phone集成
处理CTI或CRM呼叫流程
实现Smart Embed功能
处理呼叫事件
Install
npx skills add openai/plugins --skill build-zoom-phone-integration -g -y
SKILL.md
Frontmatter
{
"name": "build-zoom-phone-integration",
"description": "Use when building Phone."
}
Build Zoom Phone Integration
Use this skill when the target workflow is Zoom Phone, CTI, CRM calling, call events, or Smart Embed behavior.
Workflow
- Classify the integration: REST API automation, webhook event processing, Smart Embed, URI launch, CRM dialer, or call-handling workflow.
- Confirm the actor, account settings, phone entitlements, and OAuth scopes before implementation.
- Keep call control, call records, number management, and webhook processing as separate modules.
- For Smart Embed, validate postMessage event contracts, embedding constraints, and CRM state mapping.
- Debug by checking scopes, phone license, role permissions, number ownership, webhook subscriptions, and event payload shape.
References
- Full preserved guide: references/full-guide.md
- Architecture and lifecycle: concepts/architecture-and-lifecycle.md
- Phone API service pattern: examples/phone-api-service-pattern.md
- Smart Embed bridge: examples/smart-embed-postmessage-bridge.md
- Event contract: references/smart-embed-event-contract.md
- Common issues: troubleshooting/common-issues.md
Version History
- 11c74d6 Current 2026-07-19 09:54


