API Docs / Operations / Email - Configs / Test Email Config

Test Email Config

POST /tenants/{tenant}/email-configs/{code}/test

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

NameTypeDescription
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

401 Unauthorized – Invalid or missing API key