SendEmailResponse
Response from send email request
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | Indicates if the request was accepted |
Indicates if the request was accepted | ||
| messageId | string | Unique ID of the queued message |
Unique ID of the queued message | ||
| errorMessage | string | Error message if request failed |
Error message if request failed | ||
| validationErrors | object | Validation errors if any |
Validation errors if any | ||
JSON Example
{
"success": false,
"messageId": "00000000-0000-0000-0000-000000000000",
"errorMessage": "string",
"validationErrors": {}
}