Slack App: channels:history,groups:history,mpim:history,im:history

Add the following scope(s) to your Slack App: channels:history,groups:history,mpim:history,im:history

When I am trying to use slack node get history with n8n slack app itsself ( connection to slack via OAuth2) I get error of can not access history of chats please update your app scopes. Conaidering I have connected to slack via OAuth2 to search history of channel; what should I do ? ## This is error message I get:

Add the following scope(s) to your Slack App: channels:history,groups:history,mpim:history,im:history```

Hey, you need to have a slack app created, to which you connect via OAuth2. Once you go into the app, in the bottom of the side-menu you will see Manifest where you need to add those scopes.

You can find example manifests in these repos:

Don’t forget to mark this as solved if I managed to help :slight_smile: