How to Get Your Slack Webhook URL

Alert System
2 min read
Updated Aug 6, 2025

Getting your URL is a straightforward process that starts with creating a simple Slack app. Don't worry, you don't need to be a developer to do this!

1. Create a New Slack App

First, head over to the Slack API page to create a new app. You'll be given a choice; select "From scratch". Give your app a name (something descriptive like "Project Notifier" works great) and choose the Slack workspace you want to add it to. Then, click "Create App".

2. Activate Incoming Webhooks

Once your app is created, you'll land on its settings page. Look for the "Incoming Webhooks" feature under the "Add features and functionality" section and click on it. On the next screen, you'll see a toggle switch for "Activate Incoming Webhooks". Click it to turn it On.

3. Add the Webhook to Your Workspace

Now that webhooks are activated, a new section will appear at the bottom of the same page. Click the button that says "Add New Webhook to Workspace".

4. Choose a Channel and Authorize

Slack will now ask you where you want the posts to show up. From the dropdown menu, select the channel (e.g., #general, #dev-alerts) that you want the notifications to post to. After selecting the channel, click "Allow" to grant the necessary permissions.

5. Copy Your Webhook URL

That's it! You'll be redirected back to your app's webhook settings page. You will now see a new entry in the "Webhook URLs for Your Workspace" section. The URL will look something like this: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX.

This is your Webhook URL. Click the "Copy" button and paste it into the Alerts section.

Was this article helpful?