UChat Official

Introduction


Creating a Slack integration to send notifications via a webhook involves several straightforward steps. This guide walks you through the process of setting up an app, enabling incoming webhooks, and configuring your workspace to receive notifications. By following these instructions, you can seamlessly connect your platform to Slack, enabling real-time alerts and updates.

Step-by-Step Setup Process

1. Access Slack Documentation

  • Click on the "View Slack Documentation" link.

  • Navigate to the "Select Documentation" section for detailed instructions on sending messages via incoming webhooks.

2. Create a Slack App

  • Click the "Create an App" button.

  • Choose to create from scratch or use an app manifest.

  • For simplicity, select "From Scratch".

  • Enter an App Name and select your Workspace.

  • Click "Create App".

3. Enable Incoming Webhooks

  • In the app's Basic Information page, scroll down to find "Incoming Webhooks".

  • Click on the "Incoming Webhooks" tab.

  • Toggle "Activate Incoming Webhooks" to On.

4. Add a New Webhook

  • Click "Add New Webhook to Workspace".

  • Choose the channel where notifications will appear from the dropdown menu.

  • Click "Allow" to grant permissions.

5. Copy the Webhook URL

  • After authorization, the Webhook URL will be displayed.

  • Copy this URL; it will be used to send notifications from your platform.

6. Configure Your Platform

  • Paste the Webhook URL into your platform's integration settings.

  • Customize the app icon and app name if desired.

  • Save the configuration by clicking "Create".

7. Verify the Setup

  • Once configured, your webhook URL will appear in the overview.

  • Future notifications can be sent through this URL, enabling real-time Slack alerts.

Summary Table of Key Steps

Step

Action

Details

1

Access documentation

View Slack webhook setup guide

2

Create app

From scratch, name, select workspace

3

Enable webhooks

Toggle on incoming webhooks

4

Add webhook

Select channel, authorize

5

Copy URL

Use for platform integration

6

Configure platform

Paste URL, customize icon/name

7

Verify

Confirm webhook URL appears

Important Tips

  • Always select the correct channel for notifications.

  • Keep your Webhook URL secure; do not share publicly.

  • Use descriptive app icons and names for easy identification.

  • Future updates or notifications can be automated via your platform's flow builder.