SendEmail
This method can be used for the following functionality: Send a custom email.
Parameters
Headers
GET /api/ss/email HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closeQuery
{
"to": [
"[email protected]",
{
"user_id": "6698cbabba716055c969a658"
}
]
}Example
Request
Response
Last updated