# Zoom Team Chat

```json
{
  "name": "Zoom Team Chat",
  "slug": "zoom_chat",
  "url": "https://composio.dev/toolkits/zoom_chat",
  "markdown_url": "https://composio.dev/toolkits/zoom_chat.md",
  "logo_url": "https://logos.composio.dev/api/zoom",
  "categories": [
    "collaboration & communication"
  ],
  "is_composio_managed": false,
  "updated_at": "2026-08-20T15:34:55.000Z"
}
```

![Zoom Team Chat logo](https://logos.composio.dev/api/zoom)

## Description

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Zoom Team Chat MCP or direct API to read channel messages, send direct messages, manage threads, and track reactions through natural language.

## Summary

Zoom Team Chat is Zoom's persistent messaging service for channels, direct messages, threads, reactions, files, reminders, and shared spaces.
It keeps team conversations organized and searchable inside the Zoom workspace.

## Categories

- collaboration & communication

## Toolkit Details

- Tools: 44

## Images

- Logo: https://logos.composio.dev/api/zoom

## Authentication

- **Oauth2**
  - Type: `oauth2`
  - Description: Oauth2 authentication for Zoom Team Chat.
  - Setup:
    - Configure Oauth2 credentials for Zoom Team Chat.
    - Use the credentials when creating an auth config in Composio.

## Suggested Prompts

- List my recent Zoom Team Chat mentions
- Send standup reminder to engineering channel
- Summarize unread messages in project channel

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `ZOOM_CHAT_ADD_SHARED_SPACE_MEMBERS` | Add Shared Space Members | Add members to a Zoom Team Chat shared space by email address or Zoom user ID. Zoom processes each member independently and returns HTTP 200/201 even when every add fails, so success must be judged from successful_operations_count / unsuccessful_operations_count and each entry's operation_status - not the HTTP status. |
| `ZOOM_CHAT_ARCHIVE_CHANNELS` | Archive or Unarchive Channels | Archive or unarchive up to 10 Zoom Team Chat channels in one call. Returns per-channel failures; success requires failed_channels to be empty. |
| `ZOOM_CHAT_BOOKMARK_MESSAGE` | Bookmark or Unbookmark Message | Add or remove a bookmark on a Zoom Team Chat message. Identify the message by message_id plus the conversation it lives in: provide exactly one of to_channel (a channel message) or to_contact (a 1:1 message). Set action to 'add_bookmark' (default) or 'remove_bookmark'. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_CREATE_CHANNEL` | Create Channel | Create a new Zoom Team Chat channel for the authenticated user, optionally inviting initial members by email. |
| `ZOOM_CHAT_CREATE_MESSAGE_REMINDER` | Create Message Reminder | Set a reminder on a Zoom Team Chat message, either after a delay (delay_seconds) or at an absolute time (remind_time). Exactly one of to_channel or to_contact must identify where the message lives, and exactly one of delay_seconds or remind_time must set the timing. |
| `ZOOM_CHAT_CREATE_SHARED_SPACE` | Create Shared Space | Create a Zoom Team Chat shared space (a container that groups related channels). A 'general' channel is auto-created with it. |
| `ZOOM_CHAT_DELETE_CHANNEL` | Delete Channel | Delete a Zoom Team Chat channel the user owns or is a member of. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_DELETE_MESSAGE` | Delete Message | Delete a Zoom Team Chat message the connected user sent, identified by message_id plus the conversation it lives in. Provide exactly one of to_channel (a channel message) or to_contact (a 1:1 message). Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_DELETE_MESSAGE_REMINDER` | Delete Message Reminder | Delete the reminder set on a Zoom Team Chat message. Reminders have no id of their own — they are identified by the message_id they belong to. Provide exactly one of to_channel (a channel message) or to_contact (a 1:1 message) to locate the message. Returns {success: true} on success; the API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_DELETE_SCHEDULED_MESSAGE` | Delete Scheduled Message | Delete a scheduled (draft) Zoom Team Chat message before it is sent, identified by draft_id plus the conversation it is addressed to. Provide exactly one of to_channel (a channel draft) or to_contact (a 1:1 draft). Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_DELETE_SHARED_SPACE` | Delete Shared Space | Delete a Zoom Team Chat shared space. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. NOTE: the space's auto-created 'general' channel SURVIVES as a regular channel and must be deleted separately with DELETE_CHANNEL. |
| `ZOOM_CHAT_GET_CHANNEL` | Get Channel | Get full information about a Zoom Team Chat channel, including its settings. |
| `ZOOM_CHAT_GET_CONTACT` | Get Chat Contact | Get a single Zoom Team Chat contact by email or user ID, optionally with live presence status. |
| `ZOOM_CHAT_GET_MESSAGE` | Get Message | Get a single Zoom Team Chat message by ID, including its deep-link URL. |
| `ZOOM_CHAT_GET_MESSAGE_THREAD` | Get Message Thread | Retrieve a Zoom Team Chat message's thread: the parent message plus its replies since a given time. |
| `ZOOM_CHAT_GET_SHARED_SPACE` | Get Shared Space | Get details of a Zoom Team Chat shared space, including its owner and settings. |
| `ZOOM_CHAT_INVITE_CHANNEL_MEMBERS` | Invite Channel Members | Invite members to a Zoom Team Chat channel by email address. Returns only an invitation timestamp - Zoom does not echo per-member results, and external invitees stay invisible in the member list until they accept. |
| `ZOOM_CHAT_JOIN_CHANNEL` | Join Channel | Join a public Zoom Team Chat channel as the authenticated user. Only public (type 3 or 5) channels can be joined this way; private and invite-only channels require an invitation. |
| `ZOOM_CHAT_LEAVE_CHANNEL` | Leave Channel | Leave a Zoom Team Chat channel. WARNING: if the channel OWNER leaves an invite-only channel they cannot rejoin or delete it afterwards — the channel is orphaned. Owners should delete the channel instead. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_LIST_BOOKMARKS` | List Bookmarks | List the authenticated user's bookmarked Zoom Team Chat messages, optionally filtered to one channel (to_channel) or one 1:1 contact (to_contact). Omit both filters to list bookmarks across all conversations. |
| `ZOOM_CHAT_LIST_CHANNEL_MEMBERS` | List Channel Members | List the members of a Zoom Team Chat channel. |
| `ZOOM_CHAT_LIST_CHANNELS` | List Channels | List the Zoom Team Chat channels the authenticated user is a member of. |
| `ZOOM_CHAT_LIST_CONTACTS` | List Chat Contacts | List the authenticated user's Zoom Team Chat contacts. Zoom returns company contacts by default; pass type='external' for external contacts. The user themself appears as a contact, and each contact's id can be used as a to_contact value for 1:1 messaging. |
| `ZOOM_CHAT_LIST_MESSAGES` | List Messages | List Zoom Team Chat messages exchanged in a channel or a 1:1 conversation, newest first (defaults to today). Provide exactly one of to_channel or to_contact. |
| `ZOOM_CHAT_LIST_PINNED_MESSAGES` | List Pinned Messages | List the pinned messages of a Zoom Team Chat channel. Set include_history to also return previously-pinned (now unpinned) history messages. |
| `ZOOM_CHAT_LIST_REMINDERS` | List Reminders | List the authenticated user's Zoom Team Chat message reminders. Optionally filter by a channel (to_channel) or a 1:1 contact (to_contact); omit both to list all reminders. |
| `ZOOM_CHAT_LIST_SCHEDULED_MESSAGES` | List Scheduled Messages | List the user's scheduled (draft) Zoom Team Chat messages queued to send to a channel or a 1:1 contact. Provide exactly one of to_channel or to_contact. |
| `ZOOM_CHAT_LIST_SESSIONS` | List Chat Sessions | List the user's recent Zoom Team Chat sessions (channels and 1:1 conversations) within a time window. Defaults to today; groupchat sessions are channels and 1:1 sessions carry peer contact info. |
| `ZOOM_CHAT_LIST_SHARED_SPACE_CHANNELS` | List Shared Space Channels | List the channels grouped inside a Zoom Team Chat shared space. |
| `ZOOM_CHAT_LIST_SHARED_SPACE_MEMBERS` | List Shared Space Members | List the members and administrators of a Zoom Team Chat shared space. |
| `ZOOM_CHAT_LIST_SHARED_SPACES` | List Shared Spaces | List the Zoom Team Chat shared spaces the authenticated user belongs to. |
| `ZOOM_CHAT_MARK_MESSAGE_READ` | Mark Message Read or Unread | Mark a Zoom Team Chat message as read or unread. Identify the message by message_id plus the conversation it lives in: provide exactly one of to_channel (a channel message) or to_contact (a 1:1 message). Set action to 'read' (default) or 'unread'. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_MOVE_SHARED_SPACE_CHANNELS` | Move Channels Into/Out of Shared Space | Move existing Zoom Team Chat channels into or out of a shared space. Returns per-channel results; success requires every channel to report is_moved=true. |
| `ZOOM_CHAT_PIN_MESSAGE` | Pin or Unpin Message | Pin or unpin a message in a Zoom Team Chat channel. Set action to 'pin' or 'unpin', and identify the message by message_id plus the channel_id it belongs to. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_REACT_TO_MESSAGE` | React to Message | Add or remove an emoji reaction on a Zoom Team Chat message. Identify the message by message_id plus the conversation it lives in: provide exactly one of to_channel (a channel message) or to_contact (a 1:1 message). The emoji is a Unicode codepoint string without a 'U+' prefix (e.g. '1F44D'). Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_REMOVE_CHANNEL_MEMBER` | Remove Channel Member | Remove a single member from a Zoom Team Chat channel. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. Removing someone who is not a member of the channel fails with a 404 (code 1001). |
| `ZOOM_CHAT_REMOVE_SHARED_SPACE_MEMBERS` | Remove Shared Space Members | Remove members or administrators from a Zoom Team Chat shared space by user ID or member ID (the shared space owner cannot be removed). Zoom processes each identifier independently and returns HTTP 200 even when every removal fails, so success must be judged from successful_operations_count / unsuccessful_operations_count and each entry's operation_status - not the HTTP status. |
| `ZOOM_CHAT_SEARCH_CHANNELS` | Search Channels | Search Zoom Team Chat channels by name — fuzzy keywords or an exact channel name — across the channels the user has joined or the org's public channels. Returns one page of matches (max 20) plus a next_page_token cursor. |
| `ZOOM_CHAT_SEARCH_COMPANY_CONTACTS` | Search Company Contacts | Search the connected user's organization directory for contacts by keyword (first name, last name, or email address). Optionally include each contact's presence status. |
| `ZOOM_CHAT_SEND_MESSAGE` | Send Message | Send a Zoom Team Chat message to a channel or a 1:1 contact, optionally as a thread reply (reply_main_message_id) or scheduled for later (scheduled_time). Exactly one of to_channel or to_contact must be provided. |
| `ZOOM_CHAT_STAR_CONVERSATION` | Star or Unstar Conversation | Star or unstar a Zoom Team Chat channel or contact for the authenticated user. Set target_type to 'channel' or 'contact' and target_id to the channel ID, contact user ID, or contact member ID. Returns {success: true} on success; the underlying API responds with HTTP 204 and an empty body. |
| `ZOOM_CHAT_UPDATE_CHANNEL` | Update Channel | Rename a Zoom Team Chat channel or update its type/settings. |
| `ZOOM_CHAT_UPDATE_MESSAGE` | Update Message | Edit the text of an existing Zoom Team Chat message. |
| `ZOOM_CHAT_UPDATE_SHARED_SPACE` | Update Shared Space | Update a Zoom Team Chat shared space's name, description, or settings. |

## Supported Triggers

None listed.

## Installation and MCP Setup

### Path 1: SDK Installation

#### Path 1, Step 1: Install Composio

Install the Composio SDK
```python
pip install composio_openai
```

```typescript
npm install @composio/openai
```

#### Path 1, Step 2: Initialize Composio and Create Tool Router Session

Import and initialize Composio client, configure Zoom Team Chat OAuth, then create a Tool Router session
```python
from openai import OpenAI
from composio import Composio
from composio_openai import OpenAIResponsesProvider

composio = Composio(provider=OpenAIResponsesProvider())
openai = OpenAI()

auth_config = composio.auth_configs.create(
  toolkit='ZOOM_TEAM_CHAT',
  auth_scheme='OAUTH2',
  credentials={
    'client_id': 'your-zoom-client-id',
    'client_secret': 'your-zoom-client-secret'
  }
)
connection_request = composio.connected_accounts.link(
  user_id='your-user-id',
  auth_config_id=auth_config.id
)
print(f'Connect Zoom Team Chat: {connection_request.redirect_url}')

session = composio.create(user_id='your-user-id')
```

```typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});

const authConfig = await composio.authConfigs.create({
  toolkit: 'ZOOM_TEAM_CHAT',
  authScheme: 'OAUTH2',
  credentials: {
    client_id: 'your-zoom-client-id',
    client_secret: 'your-zoom-client-secret',
  },
});
const connectionRequest = await composio.connectedAccounts.link({
  userId: 'your-user-id',
  authConfigId: authConfig.id,
});
console.log(`Connect Zoom Team Chat: ${connectionRequest.redirectUrl}`);

const session = await composio.create('your-user-id');
```

#### Path 1, Step 3: Execute Zoom Team Chat Tools via Tool Router with Your Agent

Get tools from Tool Router session and execute Zoom Team Chat actions with your Agent
```python
tools = session.tools
response = openai.responses.create(
  model='gpt-4.1',
  tools=tools,
  input=[{
    'role': 'user',
    'content': 'List my recent Zoom Team Chat mentions'
  }]
)
result = composio.provider.handle_tool_calls(
  response=response,
  user_id='your-user-id'
)
print(result)
```

```typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'List my recent Zoom Team Chat mentions'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
```

### Path 2: MCP Server Setup

#### Path 2, Step 1: Install Composio

Install the Composio SDK for Python or TypeScript
```python
pip install composio claude-agent-sdk
```

```typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
```

#### Path 2, Step 2: Initialize Client and Create Tool Router Session

Import and initialize the Composio client, then create a Tool Router session for Zoom Team Chat
```python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')

auth_config = composio.auth_configs.create(
  toolkit='ZOOM_TEAM_CHAT',
  auth_scheme='OAUTH2',
  credentials={
    'client_id': 'your-zoom-client-id',
    'client_secret': 'your-zoom-client-secret'
  }
)
connection_request = composio.connected_accounts.link(
  user_id='your-user-id',
  auth_config_id=auth_config.id
)
print(f'Connect Zoom Team Chat: {connection_request.redirect_url}')

mcp_session = composio.mcp.create(user_id='your-user-id')
url = mcp_session.url
```

```typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });

const authConfig = await composio.authConfigs.create({
  toolkit: 'ZOOM_TEAM_CHAT',
  authScheme: 'OAUTH2',
  credentials: {
    client_id: 'your-zoom-client-id',
    client_secret: 'your-zoom-client-secret',
  },
});
const connectionRequest = await composio.connectedAccounts.link({
  userId: 'your-user-id',
  authConfigId: authConfig.id,
});
console.log(`Connect Zoom Team Chat: ${connectionRequest.redirectUrl}`);

const mcpSession = await composio.mcp.create('your-user-id');
console.log(`Tool Router session created: ${mcpSession.url}`);
```

#### Path 2, Step 3: Connect to AI Agent

Use the MCP server with your AI agent (Anthropic Claude or Mastra)
```python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Zoom Team Chat tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Summarize unread messages in project channel')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
```

```typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: mcpSession.url,
    headers: {
      'x-api-key': 'your-composio-api-key',
    },
  },
});

const tools = await client.tools();
const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{
    role: 'user',
    content: 'Summarize unread messages in project channel'
  }],
  maxSteps: 5,
});

console.log(`Agent: ${text}`);
```

## Why Use Composio?

### 1. AI Native Zoom Team Chat Integration

- Supports both Zoom Team Chat MCP and direct API based integrations
- Structured, LLM-friendly schemas for reliable tool execution
- Rich coverage for reading, writing, and querying your Zoom Team Chat data

### 2. Managed Auth

- Built-in OAuth handling with automatic token refresh and rotation
- Central place to manage, scope, and revoke Zoom Team Chat access
- Per user and per environment credentials instead of hard-coded keys

### 3. Agent Optimized Design

- Tools are tuned using real error and success rates to improve reliability over time
- Comprehensive execution logs so you always know what ran, when, and on whose behalf

### 4. Enterprise Grade Security

- Fine-grained RBAC so you control which agents and users can access Zoom Team Chat
- Scoped, least privilege access to Zoom Team Chat resources
- Full audit trail of agent actions to support review and compliance

## Use Zoom Team Chat with any AI Agent Framework

Choose a framework you want to connect Zoom Team Chat with:

None listed.

## Related Toolkits

- [Gmail](https://composio.dev/toolkits/gmail) - Gmail is Google's email service with powerful spam protection, search, and G Suite integration. It keeps your inbox organized and makes communication fast and reliable.
- [Outlook](https://composio.dev/toolkits/outlook) - Outlook is Microsoft's email and calendaring platform for unified communications and scheduling. It helps users stay organized with powerful email, contacts, and calendar management.
- [Slack](https://composio.dev/toolkits/slack) - Slack is a channel-based messaging platform for teams and organizations. It helps people collaborate in real time, share files, and connect all their tools in one place.
- [Gong](https://composio.dev/toolkits/gong) - Gong is a platform for video meetings, call recording, and team collaboration. It helps teams capture conversations, analyze calls, and turn insights into action.
- [Microsoft teams](https://composio.dev/toolkits/microsoft_teams) - Microsoft Teams is a collaboration platform that combines chat, meetings, and file sharing within Microsoft 365. It keeps distributed teams connected and productive through seamless virtual communication.
- [Slackbot](https://composio.dev/toolkits/slackbot) - Slackbot is a conversational automation tool for Slack that handles reminders, notifications, and automated responses. It boosts team productivity by streamlining onboarding, answering FAQs, and managing timely alerts—all right inside Slack.
- [2chat](https://composio.dev/toolkits/_2chat) - 2chat is an API platform for WhatsApp and multichannel text messaging. It streamlines chat automation, group management, and real-time messaging for developers.
- [Agent mail](https://composio.dev/toolkits/agent_mail) - Agent mail provides AI agents with dedicated email inboxes for sending, receiving, and managing emails. It empowers agents to communicate autonomously with people, services, and other agents—no human intervention needed.
- [Android Texter](https://composio.dev/toolkits/android_texter) - Android Texter is an API service that connects Android phones to SMS, MMS, contacts, and device data. Use it to automate mobile messaging without building your own phone-to-API bridge.
- [Basecamp](https://composio.dev/toolkits/basecamp) - Basecamp is a project management and team collaboration tool by 37signals. It helps teams organize tasks, share files, and communicate efficiently in one place.
- [Blooio](https://composio.dev/toolkits/blooio) - Blooio is a stable v2 API platform for messaging, chats, contacts, groups, phone numbers, and account analytics. It gives teams a clean way to build reliable communication workflows without stitching together fragile custom APIs.
- [CardClan](https://composio.dev/toolkits/cardclan) - CardClan is a digital card platform for creating and sending personalized team cards. Use it to celebrate moments, share card links, and manage card workflows without extra coordination.
- [Chatwork](https://composio.dev/toolkits/chatwork) - Chatwork is a team communication platform with group chats, file sharing, and task management. It helps businesses boost collaboration and streamline productivity.
- [Clickmeeting](https://composio.dev/toolkits/clickmeeting) - ClickMeeting is a cloud-based platform for running online meetings and webinars. It helps businesses and individuals host, manage, and engage virtual audiences with ease.
- [Confluence](https://composio.dev/toolkits/confluence) - Confluence is Atlassian's team collaboration and knowledge management platform. It helps your team organize, share, and update documents and project content in one secure workspace.
- [Daily](https://composio.dev/toolkits/daily) - Daily is a WebRTC video and audio API platform for building rooms, meetings, recordings, live streams, transcriptions, and telephony. It gives developers reliable real-time media infrastructure without managing complex conferencing stacks.
- [Dailybot](https://composio.dev/toolkits/dailybot) - DailyBot streamlines team collaboration with chat-based standups, reminders, and polls. It keeps work flowing smoothly in your favorite messaging platforms.
- [Dialmycalls](https://composio.dev/toolkits/dialmycalls) - Dialmycalls is a mass notification service for sending voice and text messages to contacts. It helps teams and organizations quickly broadcast urgent alerts and updates.
- [Dialpad](https://composio.dev/toolkits/dialpad) - Dialpad is a cloud-based business phone and contact center system for teams. It unifies voice, video, messaging, and meetings across your devices.
- [Discord](https://composio.dev/toolkits/discord) - Discord is a real-time messaging and VoIP platform for communities and teams. It lets users chat, share media, and collaborate across public and private channels.

## Frequently Asked Questions

### Do I need my own developer credentials to use Zoom Team Chat with Composio?

Yes, Zoom Team Chat requires you to configure your own OAuth credentials. Once set up, Composio handles token storage, refresh, and lifecycle management for you.

### Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. [Learn more](https://docs.composio.dev/tool-router/overview).

### Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. [Learn more](https://trust.composio.dev).

### What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
