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

EmailRecipient

Represents a single recipient in the email request.

{
    "to": "string",
    "fields": {
        "property1": "string",
        "property2": "string"
    }
}
Built with