<< All versions
Skill v1.0.0
Trusted Publisher100/100anthropics/knowledge-work-plugins/web
──Details
PublishedApril 26, 2026 at 05:52 AM
Content Hashsha256:d25d3828bc531bc1...
Git SHA
──Files
Files (1 file, 1.7 KB)
SKILL.md1.7 KBactive
SKILL.md · 56 lines · 1.7 KB
version: "1.0.0" name: contact-center/web description: "Zoom Contact Center SDK for Web. Use for web chat/video/campaign embeds, engagement event handling, app-context integrations, and Smart Embed postMessage workflows." user-invocable: false triggers:
- "contact center web"
- "zcc web sdk"
- "getengagementcontext web"
- "onengagementcontextchange"
- "contact center smart embed"
- "zcc-init-config-request"
Zoom Contact Center SDK - Web
Official docs:
- https://developers.zoom.us/docs/contact-center/web/
- https://developers.zoom.us/docs/contact-center/web/sdk-reference/
Quick Links
- concepts/lifecycle-and-events.md
- examples/app-context-and-state.md
- references/web-reference-map.md
- troubleshooting/common-issues.md
Integration Modes
- Contact Center App in Zoom client:
- Zoom Apps SDK engagement APIs/events.
- External website embed:
- Campaign SDK/web scripts (
zoomCampaignSdkpattern). - Video client initialization pattern.
- Smart Embed:
- iframe +
postMessageevent contract.
Hard Guardrails
- For campaign SDK, gate calls behind
zoomCampaignSdk:ready. - Persist state by
engagementId. - Expect context switching and background app behavior.
- Validate CSP and allow-list settings before debugging logic.
Chaining
- For in-client app APIs and auth flows: ../../zoom-apps-sdk/SKILL.md
- For identity and OAuth: ../../oauth/SKILL.md
- For cobrowse workflow: ../../cobrowse-sdk/SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.