The Mattermost Websocket API can track all channels if granted permission

Currently, I am implementing the Mattermost WebSocket on a bot, but I can only track activities in the DM chat with the bot. Is there a way for the Mattermost WebSocket API to track all channels?

Welcome to the Mattermost forums, Hoàng! Have you verified to make sure that your bot has the necessary permissions to read messages in public/private channels, or the channels that you want it to have access to?

For more information, I’d recommend reading through this doc if you haven’t already:

:link: Mattermost API Reference (WebSocket)

1 Like