API Docs / Schemas / SendEmailResponse

SendEmailResponse

Response from send email request

Properties

Name Type Description
successboolean

Indicates if the request was accepted

Indicates if the request was accepted

messageIdstring

Unique ID of the queued message

Unique ID of the queued message

errorMessagestring

Error message if request failed

Error message if request failed

validationErrorsobject

Validation errors if any

Validation errors if any

JSON Example

{
  "success": false,
  "messageId": "00000000-0000-0000-0000-000000000000",
  "errorMessage": "string",
  "validationErrors": {}
}

Used By Operations