Install
Method 1: Using App Manifest
{
"display_information": {
"name": "Nullify Bot"
},
"features": {
"bot_user": {
"display_name": "Nullify Bot",
"always_online": true
}
},
"oauth_config": {
"scopes": {
"bot": [
"channels:manage",
"groups:write",
"channels:join",
"app_mentions:read",
"channels:history",
"channels:read",
"chat:write",
"dnd:read",
"groups:read",
"im:history",
"im:write",
"reactions:read",
"users:read",
"users:read.email",
"reactions:write"
]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://api.<your-org>.nullify.ai/core/slack/webhook",
"bot_events": [
"app_mention",
"message.channels",
"message.im",
"reaction_added",
"reaction_removed"
]
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}Method 2: Manual Setup
Create the Slack App
Add OAuth Scopes
Enable Event Subscriptions
Install the App
Add a Bot User Display Name
Upload the Slack API Key to Nullify

Last updated