Install
Last updated
Was this helpful?
Last updated
Was this helpful?
To create a Slack app named "Nullify" with the required scopes and webhook, follow these steps:
You can create your Slack app using a JSON manifest, which simplifies the setup process by configuring all settings at once.
Visit .
Click "Create New App".
Choose "From an app manifest".
Select your Workspace and click Next.
Paste the following JSON manifest in the editor (replace <your-org>
with your organization name):
Click Next and then Create.
In the left sidebar, go to OAuth & Permissions.
Click Install to Workspace.
Authorize the app in your workspace.
Copy and store the Bot User OAuth Token (starts with xoxb-...
).
Click "Create New App".
Choose "From scratch".
Enter App Name: Nullify
Select your Workspace and click Create App.
In the left sidebar, go to OAuth & Permissions.
Under Scopes, add the following Bot Token Scopes:
Click Save Changes.
In the left sidebar, go to Event Subscriptions.
Toggle Enable Events to On.
Set Request URL to:
Slack will send a challenge
payload to verify—ensure your server responds correctly.
Scroll to Subscribe to bot events, then add:
In the left sidebar, go to OAuth & Permissions again.
Click Install to Workspace.
Authorize the app in your workspace.
Copy and store the Bot User OAuth Token (starts with xoxb-...
).
In the left sidebar, go to App Home.
Set:
Display Name: Nullify
Default Username: nullify
Enable "Always Show My Bot as Online" if desired.
Visit .