Skip to main content
Version: 6.0.2

GmailMessage

This page supports schema for Gmail Datatype GmailMessage.

{
"properties": {
"historyId": {
"type": "string",
"x-label": {
"en": "historyId",
"ko": "historyId"
}
},
"id": {
"type": "string",
"x-label": {
"en": "id",
"ko": "id"
}
},
"internalDate": {
"type": "string",
"x-label": {
"en": "internalDate",
"ko": "internalDate"
}
},
"labelIds": {
"items": {
"x-dataType": "GmailLabel",
"x-dataTypeVersion": "0",
"x-label": {
"en": "Label",
"ko": "Label"
}
},
"type": "array",
"x-label": {
"en": "labelIds",
"ko": "labelIds"
}
},
"message": {
"properties": {
"bcc": {
"type": "string",
"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": {
"type": "string",
"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": "0",
"x-default-input-type": "chooser",
"x-label": {
"en": "From",
"ko": "From"
}
},
"subject": {
"type": "string",
"x-label": {
"en": "Email Subject",
"ko": "Email Subject"
}
},
"to": {
"type": "string",
"x-label": {
"en": "To",
"ko": "To"
}
}
},
"type": "object",
"x-label": {
"en": "data",
"ko": "data"
}
},
"payload": {
"x-dataType": "GmailMessagePayload",
"x-dataTypeVersion": "0",
"x-label": {
"en": "payload",
"ko": "payload"
}
},
"raw": {
"type": "string",
"x-label": {
"en": "raw",
"ko": "raw"
}
},
"sizeEstimate": {
"type": "number",
"x-label": {
"en": "sizeEstimate",
"ko": "sizeEstimate"
}
},
"snippet": {
"type": "string",
"x-label": {
"en": "snippet",
"ko": "snippet"
}
},
"threadId": {
"type": "string",
"x-label": {
"en": "threadId",
"ko": "threadId"
}
}
},
"required": [],
"type": "object"
}