Skip to content

HomePlatformNotifications

Enable Slack integration

Want to receive notifications in Slack? Follow these steps.

Once the Slack integration is enabled, all or specific Cyberfusion platform notifications can be sent as Slack messages - in a Slack channel of your choice.

Slack notification

Steps

Create Slack app

  • Go to the "Your Apps" page in Slack API: https://api.slack.com/apps
  • Click the "Create New App" button
  • In the "Create an app" dialog: select "From a manifest"
  • In the "Pick a workspace to develop your app" dialog: select the workspace that Cyberfusion should send messages in. Click the "Next" button
  • In the "Create app from manifest" dialog: select all the text in the "JSON" tab and replace it with the JSON text under "App manifest". Click the "Next" button
  • In the "Review summary & create your Slack app" dialog: click the "Create" button
  • In the "Basic Information" page of the just created app, under "Display Information": click on "+ Add App Icon" and add the "Cyberfusion icon"

Create webhook

  • On the "Incoming Webhooks" page, under "Webhook URLs for Your Workspace": click the "Add New Webhook to Workspace" button
  • In the "Where should Cyberfusion post?" dialog: select a channel that Cyberfusion should send messages in. Click the "Allow" button
  • Back on the "Incoming Webhooks" page, under "Webhook URLs for Your Workspace": click the "Copy" button in the "Webhook URL" field of the just created webhook (see the screenshot below)

Slack Webhook URL

Enable Slack integration

  • Navigate to the "Team" page on the Cyberfusion platform: https://platform.cyberfusion.io/team
  • In the "Slack integration" section: click the "Activate" button
  • In the "Slack integration" dialog: paste the copied webhook URL into the "Webhook URL" field. Click the "Activate Slack integration" button

Slack integration

Configure Slack notifications

Now that the Slack integration is enabled, configure notifications to be sent to Slack. Find how to in the "Notification settings" documentation.

Slack notification channel

App manifest

{
    "display_information": {
        "name": "Cyberfusion Platform",
        "background_color": "#000000"
    },
    "features": {
        "bot_user": {
            "display_name": "Cyberfusion Platform",
            "always_online": false
        }
    },
    "oauth_config": {
        "scopes": {
            "bot": [
                "incoming-webhook"
            ]
        }
    }
}

Cyberfusion icon

Cybefusion icon

Need help from an expert?
Start a conversation
Get help from an expert - start a conversation on the platform.

You will receive a reply within 4 working hours.

Want to know more about support? Take a look at frequently asked questions (FAQ).
© 2025 Cyberfusion — All rights reserved