Changes between Version 2 and Version 3 of study Slack functionalities


Ignore:
Timestamp:
Nov 6, 2018, 11:10:55 AM (7 years ago)
Author:
xsabol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • study Slack functionalities

    v2 v3  
    11**Documentation**
    2 
     2Range of chatbot's functonality depends on scopes (or in other words, list of API calls chatbot is allowed to use). These can be set in [https://api.slack.com/] for your app in OAuth & Permissions tab. The *.history call is currently the most important one as it is responsible for collecting history of channels
    33Scopes for .history API call:
    44* channels.history: collects history only from SLACK public channels
     
    66* im.history: collects chat history from private conversations
    77* mpim.history: collects chat history from multi-party conversations
    8 * 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 scopes
     8* [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 scopes
    99
    1010List of potentionally useful information that can be obtained with SLACK API calls: