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

Microsoft Teams

Create Teams Message

The purpose of this example is to create a message in a Teams 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 Teams Message

  • Method: POST

  • URL: <YOUR-INCOMING-WEBHOOK>

  • Headers:

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

    • Key = Accept; Type = Value; Value = */*

  • Request Script:

  • Response Script:

Last updated