Slack notifications
StackState Self-hosted
Creating a Slack app for StackState
{
"display_information": {
"name": "StackState",
"description": "Receive notification messages from StackState",
"background_color": "#000000"
},
"features": {
"bot_user": {
"display_name": "StackState",
"always_online": true
}
},
"oauth_config": {
"redirect_urls": [
"https://the.url.of.your.stackstate.installation"
],
"scopes": {
"bot": [
"channels:join",
"channels:read",
"chat:write",
"groups:read"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}Configure StackState with the credentials for that Slack app
Last updated
