# Add App to Chat channel This section guides you through configuring your Zoom chatbot for channel integration. Once configured, users can add your app to any Chat channel, where it will listen for events, respond to mentions, and participate in threaded conversations. ​ By the end of this section, you’ll have: - Chat configuration that supports app invitations to channels. - Webhook subscriptions for app-added and removed events. - A working channel integration users can trigger directly. --- ## Enable "Add App to Channel" in Account Settings Before users can add your app to chat channels, you need to enable this feature in your Zoom account settings: 1. Navigate to the **Zoom admin portal**. 2. Go to **Account Management** → **Account Settings** → **Chat**. 3. Toggle **“Allow users to add apps to channels”** to **enabled**. **Example:** ## ![](/img/tutorial-add-to-channel01.png) ## Configure app scopes and webhooks Ensure your app is authorized to participate in channels and listen for membership and conversation events. ### Add scopes In the **Scopes** tab of your app, enable **Chatbot within Chat Channel**. ### Configure event subscriptions In the **Access** tab: 1. Add these event scopes: - `team_chat_channel_chatbot_add` - `team_chat_channel_chatbot_removed` 2. These additional events are automatically triggered: - `team_chat.app_invited` - `team_chat.app_removed` - `team_chat.app_mention` - `team_chat.app_conversation_opened` 3. Add your webhook endpoint: `https://example.ngrok.app/anthropic` --- ## Add the Chatbot to a Chat channel Once your app is configured, users can add it directly to any Chat channel: 1. Navigate to the channel in Zoom. 2. Click the **members icon** at the top. ![](/img/tutorial-add-to-channel02.png) 3. Under **Integrations**, click **Add apps**. ![](/img/tutorial-add-to-channel03.png) 4. Find and select your app. ![](/img/tutorial-add-to-channel04.png) 5. Choose the access level (e.g., **Users & groups** or **All users**).