Skip to main content
Generalopenai

build-zoom-phone-integration

Use when building Phone.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--phone
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/zoom/skills/phone/SKILL.md -o .claude/skills/phone.md

Drops the SKILL.md into .claude/skills/phone.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Build Zoom Phone Integration

Use this skill when the target workflow is Zoom Phone, CTI, CRM calling, call events, or Smart Embed behavior.

Workflow

  1. Classify the integration: REST API automation, webhook event processing, Smart Embed, URI launch, CRM dialer, or call-handling workflow.
  2. Confirm the actor, account settings, phone entitlements, and OAuth scopes before implementation.
  3. Keep call control, call records, number management, and webhook processing as separate modules.
  4. For Smart Embed, validate postMessage event contracts, embedding constraints, and CRM state mapping.
  5. Debug by checking scopes, phone license, role permissions, number ownership, webhook subscriptions, and event payload shape.

References