CIMA360 Messaging API
  1. Raíz
CIMA360 Messaging API
  • Raíz
    • OTT
      • Send OTT
    • Sms
      • SendSms
    • Voice
      • /deliver
    • Email
      • Register an email delivery request
  • Schemas
    • Schemas
      • MessageChannel
      • VoiceApiRequest
      • ApiSmsRequest
      • OTTMessagePayload
      • OTTMessageRequest
    • Raíz
      • EmailRecipient
      • EmailRequest
      • EmailResponse
      • EmailResult
  1. Raíz

EmailResult

Represents the processing result of a single recipient.

{
    "id": "string",
    "to": "string",
    "success": true,
    "errorType": "string",
    "errorMessage": "string"
}
Built with