Changes between Version 4 and Version 5 of study Slack functionalities
- Timestamp:
- Nov 7, 2018, 2:48:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
study Slack functionalities
v4 v5 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 I am currently usingconversations.history. That allows users to set up the app using any combination of these 4 permissions (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 4 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: