API Docs / Schemas / TestEmailResponse

TestEmailResponse

Response from sending a test email

Properties

Name Type Description
successboolean

Indicates if the test email was sent successfully

Indicates if the test email was sent successfully

messagestring

Human-readable message describing the result

Human-readable message describing the result

errorstring

Error details if the test email failed (null on success)

Error details if the test email failed (null on success)

JSON Example

{
  "success": false,
  "message": "string",
  "error": "string"
}

Used By Operations