CtrlK
BlogDocsLog inGet started
Tessl Logo

build-zoom-team-chat-app

Use when building Team Chat.

43

Quality

43%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/zoom/skills/team-chat/SKILL.md
SKILL.md
Quality
Evals
Security

Build Zoom Team Chat App

Use this skill when the target surface is Zoom Team Chat. First decide whether the integration is user-scoped messaging, a chatbot, an interactive message-card workflow, or a webhook-driven automation.

Workflow

  1. Choose the API surface: Team Chat API for user-scoped actions, Chatbot API for bot identity and chatbot workflows.
  2. Confirm app type, scopes, role enablement, and whether the account has Zoom for Developers enabled.
  3. Model message structure before coding: plain messages, rich cards, buttons, dropdowns, forms, slash commands, and threaded replies.
  4. Implement OAuth and token refresh separately from message sending, with clear storage boundaries.
  5. Add webhook handlers for interactivity and lifecycle events with signature verification and retry-safe processing.
  6. Debug by checking JID formats, channel membership, bot installation, scopes, role settings, and message-card payload shape.

References

  • Full preserved guide: references/full-guide.md
  • API selection: concepts/api-selection.md
  • Message structure: concepts/message-structure.md
  • Message cards: references/message-cards.md
  • Scopes: references/scopes.md
  • Chatbot setup: examples/chatbot-setup.md
  • Common issues: troubleshooting/common-issues.md
Repository
openai/plugins
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.