Email Data Type

Properties
name data type description
senderName string
senderEmail string
recipientAddress string
subject string
body string
attachmentName string
dataBase64 string

Example

{
  "senderName" : "...",
  "senderEmail" : "...",
  "recipientAddress" : "...",
  "subject" : "...",
  "body" : "...",
  "attachmentName" : "...",
  "dataBase64" : "..."
}