Changes between Version 5 and Version 6 of study Slack functionalities
- Timestamp:
- Nov 7, 2018, 2:49:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
study Slack functionalities
v5 v6 10 10 * [[https://api.slack.com/methods/conversations.history|conversations.history]]: universal scope for all 4 API calls mentioned above, it's functionality depends on which of those 4 scopes is chatbot allowed to use. For example: if chatbot is allowed to view groups and channels but not allowed to view private messages and multi-party conversations, those API-calls get rejected automatically without limiting other scope 11 11 12 Current implementation uses conversations.history. That allows users to set up the app using any combination of these 4permissions (it obviously needs to have 1 or more) limiting the bot's functionality to certain types of channels.12 Current implementation uses conversations.history. That allows users to set up the app using any combination of these permissions (it obviously needs to have 1 or more) limiting the bot's functionality to certain types of channels. 13 13 14 14 List of potentionally useful information that can be obtained with SLACK API calls: