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

EmailResponse

Represents the overall response of the email delivery request.

{
    "overallStatus": "string",
    "errors": [
        "string"
    ],
    "recipients": [
        {
            "id": "string",
            "to": "string",
            "success": true,
            "errorType": "string",
            "errorMessage": "string"
        }
    ]
}
Built with