API Docs / Schemas / ReplyEmailResponse

ReplyEmailResponse

Response after replying to a mailbox email

Properties

Name Type Description
successboolean

Whether the reply was sent successfully

Whether the reply was sent successfully

errorMessagestring

Error message if the reply failed

Error message if the reply failed

reconnectRequiredboolean

Whether the user needs to reconnect their mailbox

Whether the user needs to reconnect their mailbox

JSON Example

{
  "success": false,
  "errorMessage": "string",
  "reconnectRequired": false
}

Used By Operations