To ensure a smooth experience with the Pult Slack integration, here's a breakdown of the permissions it requires.
The following permission scopes are required for the Slack integration:
"scopes": {
"user": [ "users.profile:read",
"users.profile:write"
],
"bot": [ "channels:read",
"chat:write",
"chat:write.public",
"im:history",
"im:write",
"team:read",
"usergroups:read",
"users:read",
"users:read.email" ] }
This link includes the descriptions of the permission scopes.