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

Custom Emails

Send Custom Email

The purpose of this example is to send an email to account managers when a Retest is requested.

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

Initial Set Up

Important: This example requires access to the AttackForge Self-Service API and AttackForge Flows

Action 1 - Send Email to Account Managers

  • Method: POST

  • URL: https://<YOUR-ATTACKFORGE>/api/ss/email

  • Headers:

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

    • Key = X-SSAPI-Key; Type = Value; Value = af_auth

  • Request Script:

  • Response Script:

Last updated