Skip to main content
Version: 6.0.6

GmailMessageInfo

This page supports schema for Gmail Datatype GmailMessageInfo.

{
"properties": {
"bcc": {
"items": {
"type": "string"
},
"type": "array",
"x-label": {
"en": "Bcc",
"ko": "Bcc"
}
},
"body": {
"type": "string",
"x-label": {
"en": "Email Content",
"ko": "Email Content"
}
},
"bodyType": {
"enum": [
"plain",
"html"
],
"type": "string",
"x-label": {
"en": "Email Content Type",
"ko": "Email Content Type"
}
},
"cc": {
"items": {
"type": "string"
},
"type": "array",
"x-label": {
"en": "Cc",
"ko": "Cc"
}
},
"date": {
"type": "string",
"x-label": {
"en": "Email Sent Date",
"ko": "Email Sent Date"
}
},
"from": {
"x-dataType": "GmailSendAs",
"x-dataTypeVersion": "1.0.0",
"x-default-input-type": "chooser",
"x-label": {
"en": "From",
"ko": "From"
}
},
"signature": {
"type": "string",
"x-label": {
"en": "Email Signature",
"ko": "Email Signature"
}
},
"subject": {
"type": "string",
"x-label": {
"en": "Email Subject",
"ko": "Email Subject"
}
},
"to": {
"items": {
"type": "string"
},
"type": "array",
"x-label": {
"en": "To",
"ko": "To"
}
}
},
"type": "object",
"x-label": {
"en": "messageInfo",
"ko": "messageInfo"
}
}