New to Claude Skills? Learn how to install them →

anthropics on GitHub

Zoom Contact Center SDK

OfficialFree

Integrate Zoom's contact center capabilities into web applications.

Get this skill

Free · Opens the source repo

What Zoom Contact Center SDK does

The Zoom Contact Center SDK for Web enables developers to seamlessly integrate Zoom's contact center features into their web applications. This SDK provides the necessary tools for implementing web chat, video capabilities, and campaign embeds, allowing for enhanced customer engagement through various communication channels. With support for handling engagement events and app-context integrations, developers can create a more interactive and responsive user experience.

This SDK is particularly useful for businesses looking to enhance their customer service operations by embedding Zoom's functionalities directly into their existing web platforms. It supports multiple integration modes, including embedding the contact center app within the Zoom client, using external website embeds, and implementing Smart Embed workflows with iframes and postMessage events. This flexibility allows developers to choose the best approach for their specific use case.

The documentation includes essential resources such as lifecycle and event concepts, examples of app context and state management, and a web reference map to guide developers through the integration process. Additionally, a troubleshooting guide is provided to help resolve common issues that may arise during implementation. This makes it easier for developers to ensure their applications function smoothly and efficiently.

Overall, the Zoom Contact Center SDK for Web is designed for developers and businesses that want to leverage Zoom's powerful communication tools to improve customer interactions and streamline their contact center operations. By embedding these capabilities into web applications, organizations can provide a more cohesive and engaging user experience.

When to use it

Use this SDK when you need to embed Zoom's contact center functionalities into your web application, such as for customer support or engagement campaigns.

When not to use it

This SDK may not be suitable for applications that do not require real-time communication features or for projects outside the scope of Zoom's contact center capabilities.

What you can build with it

Embedding Video Support

Integrate video chat capabilities into a customer support web application to enhance user interaction.

Campaign Management

Use the campaign SDK to create and manage marketing campaigns directly from your website.

Real-Time Engagement Tracking

Implement engagement event handling to track user interactions and improve service delivery.

How to install Zoom Contact Center SDK

View source

1. Install with the skills CLI

npx skills add anthropics/knowledge-work-plugins/web --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

Zoom Contact Center SDK - Web

Official docs:

Quick Links

  1. concepts/lifecycle-and-events.md
  2. examples/app-context-and-state.md
  3. references/web-reference-map.md
  4. troubleshooting/common-issues.md

Integration Modes

  1. Contact Center App in Zoom client:
  • Zoom Apps SDK engagement APIs/events.
  1. External website embed:
  • Campaign SDK/web scripts (zoomCampaignSdk pattern).
  • Video client initialization pattern.
  1. Smart Embed:
  • iframe + postMessage event 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

Operations

  • RUNBOOK.md - 5-minute preflight and debugging checklist.

Frequently asked questions about Zoom Contact Center SDK

Similar skills