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
Event: Vulnerability Created
Secrets:
slack_auth - your Slack Bot Token
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