...
- A license for the Slack Connector
- Slack InstanceA Secret Authorization Key
- An index user with read access to Users, Channels and Messages data types
- An Client Id, Client Secret and Redirect Url. There is a need to create new application https://api.slack.com/apps
Supported Data Types
The connector supports indexing the following data types:
- Users
- Channels
- Messages
- PrivateChannels
- PrivateChannelMessages
Authentication
Users are authenticated via Active Directory with the use of their User Prinicipal Names (UPN), mail address or primary SMTP address. The addresses are matched against the User's login which is defined in the User object, in Slack instance.which wants to get access to thier private channels have to authenticate using Token. Token can be generated on this page: https://api.slack.com/custom-integrations/legacy-tokens
Crawl Methods
Full Crawl: The Public 360° Online Slack Connector supports scheduling periodic full scans of the source system.
Incremental Crawl: The Public 360° Online Slack Connector supports ChangeSet functionality for Case, Document, ContactPerson, PrivatePerson and Enterprise Messages and PrivateChannelMessages data types.
DocumentHandler
...