Agent skill · marketing growth · anthropics

build-zoom-team-chat-app

Reference skill for Zoom Team Chat. Use after routing to a chat workflow when building user-scoped messaging integrations, chatbot experiences, rich cards, buttons, slash commands, or chat webhooks.

Why this skill is useful

Provides detailed guidance on using Zoom's Team Chat API and Chatbot API, including authentication flows and endpoint distinctions that the AI wouldn't reliably generate on its own.

What it needs

Requires zoom account access. About 9k tokens when loaded. Last updated 2026-08-07. 23,345 stars on the source repository.

What this skill does

/build-zoom-team-chat-app Background reference for Zoom Team Chat integrations. Use this after the workflow is clear, especially when the Team Chat API versus Chatbot API distinction matters. Read This First (Critical) There are two different integration types and they are not interchangeable: 1. Team Chat API (user type) Sends messages as a real authenticated user Uses User OAuth (authorizationcode) Endpoint family: /v2/chat/users/... 2. Chatbot API (bot type) Sends messages as your bot identity Uses Client Credentials (clientcredentials) Endpoint family: /v2/im/chat/messages If you choose the wrong type early, auth/scopes/endpoints all mismatch and implementation fails. Official Documentation: https://developers.zoom.us/docs/team-chat/ Chatbot Documentation: https://developers.zoom.us/docs/team-chat/chatbot/extend/ API Reference: https://developers.zoom.us/docs/api/rest/reference/chatbot/ Quick Links New to Team Chat? Follow this path: 1. Get Started - End-to-end fast path (user type vs bot type) 2. Choose Your API - Team Chat API vs Chatbot API 3. Environment Setup - Credentials, scopes, app configuration 4. OAuth Setup - Complete authentication flow 5. Send First Message - Working code to send messages Reference: Chatbot Message Cards - Complete card component reference Webhook Events - All webhook event types API Reference - Endpoints, methods, parameters Sample Applications - 10+ official sample apps Integrated Index - see the section below in this file Having issues? Authentication errors → OAuth Troubleshooting Webhook not receiving events → Webhook Setup Guide Messages not sending → Common Issues Start with quick checks → 5-Minute Runbook OAuth endpoint sanity check: Authorize URL: https://zoom.us/oauth/authorize Token URL: https://zoom.us/oauth/token If /oauth/token returns 404/HTML, use https://zoom.us/oauth/token. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills anthropics/team-chat

View the source on GitHub

Browse the @skills marketplace