For the complete documentation index, see llms.txt. This page is also available as Markdown.

Slack

Create Slack Message

The purpose of this example is to create a message in a Slack Channel when a Vulnerability is created in AttackForge.

This example Flow can be downloaded from our Flows GitHub Repository and imported into your AttackForge.

Initial Set Up

Action 1 - Post Slack Message

  • Method: POST

  • Headers:

    • Key = Content-Type; Type = Value; Value = application/json

    • Key = Authorization; Type = Secret; Value = slack_auth

  • Request Script:

  • Response Script:

Last updated