Zoom Team Chat API

Build messaging integrations with Zoom. Choose the right API for your use case.

What do you want to build?

Quick Comparison

Aspect Team Chat API Chatbot API
Identity Sends as a user Sends as a bot
Authentication User OAuth token Client credentials + Bot JID
Endpoint /chat/users/me/messages /im/chat/messages
Message Format Simple: { message, to_channel } Rich: { robot_jid, content: {head, body} }
Interactive Elements No Yes (buttons, forms, dropdowns)
Webhook Events Limited Full (slash commands, button clicks)
Setup Complexity Lower Higher (requires webhook endpoint)