Microsoft Teams

Create Teams Message

The purpose of this example is to create a message in a Teams Channelarrow-up-right when a Vulnerability is created in AttackForge.

This example Flow can be downloaded from our Flows GitHub Repositoryarrow-up-right 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