Test Email Config
Sends a test email using the specified configuration to verify it is working correctly. User must be the owner or the config must be shared.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
Request Body*
{
"recipientEmail": "string",
"recipientName": "string",
"subject": "string",
"htmlBody": "string",
"plainTextBody": "string"
}
Responses
200 OK
401 Unauthorized – Invalid or missing API key