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
Event: Project Retest Requested
Secrets:
af_auth - your AttackForge Self-Service API token.
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