Slack
Integrating Slack with Osano
Connecting to Slack
In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.
Required Steps for Setup
-
Enter a Provider Name
-
Press Add Provider.
-
Log in with your admin credentials.
Auth
- OAuth2 (One click connection)
User Search
- name
- phoneNumber
- address
- birthday
- userId
Endpoints
Used for data discovery
- GET
https://slack.com/api/users.profile.get
- GET
https://slack.com/api/users.getPresence
- GET
https://slack.com/api/users.lookupByEmail
- GET
https://slack.com/api/search.messages
Used for user search
- GET
https://slack.com/api/users.lookupByEmail?email=<email>
- GET
https://slack.com/api/users.profile.get?user=$userId
- GET
https://slack.com/api/users.getPresence?user=$userId
- GET
https://slack.com/api/search.messages?query=<email>
Demo Video
Last Modified: 2024-12-11