interface GmailV1NodeParameters {
additionalFields?:
| {
attachmentsUi?: {
attachmentsBinary: { property?: string }[];
};
bccList?: string;
ccList?: string;
toList?: string;
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal";
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal"
| "ids";
includeSpamTrash?: boolean;
}
| {
attachmentsUi?: {
attachmentsBinary: { property?: string }[];
};
bccList?: string;
ccList?: string;
senderName?: string;
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal";
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal"
| "ids";
includeSpamTrash?: boolean;
labelIds?: unknown[];
q?: string;
};
authentication?: "oAuth2"
| "serviceAccount";
htmlMessage?: string;
includeHtml?: boolean;
labelId?: string;
labelIds?: unknown[];
labelListVisibility?:
| "labelHide"
| "labelShow"
| "labelShowIfUnread";
limit?: number;
message?: string;
messageId?: string;
messageListVisibility?: "hide"
| "show";
name?: string;
operation?:
| "create"
| "get"
| "getAll"
| "add"
| "remove"
| "delete"
| "send"
| "reply";
resource?: | "message"
| "draft"
| "label"
| "messageLabel";
returnAll?: boolean;
subject?: string;
threadId?: string;
toList?: string;
}Properties§
readonly additional Fields?:
| {
attachmentsUi?: {
attachmentsBinary: { property?: string }[];
};
bccList?: string;
ccList?: string;
toList?: string;
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal";
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal"
| "ids";
includeSpamTrash?: boolean;
}
| {
attachmentsUi?: {
attachmentsBinary: { property?: string }[];
};
bccList?: string;
ccList?: string;
senderName?: string;
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal";
}
| {
dataPropertyAttachmentsPrefixName?: string;
format?: | "metadata"
| "raw"
| "resolved"
| "full"
| "minimal"
| "ids";
includeSpamTrash?: boolean;
labelIds?: unknown[];
q?: string;
}readonly authentication?: "oAuth2" | "serviceAccount"Default: "oAuth2"
readonly html Message?: stringThe HTML message body
readonly include Html?: booleanWhether the message should also be included as HTML
readonly label Id?: stringThe ID of the label
readonly label Ids?: unknown[]The ID of the label. Choose from the list, or specify IDs using an expression. Default: [] Type options: {"loadOptionsMethod":"getLabels"}
readonly label List Visibility?: "labelHide" | "labelShow" | "labelShowIfUnread"The visibility of the label in the label list in the Gmail web interface Default: "labelShow"
readonly limit?: numberMax number of results to return Default: 10 Type options: {"minValue":1,"maxValue":500}
readonly message?: stringThe message body. If HTML formatted, then you have to add and activate the option "HTML content" in the "Additional Options" section.
readonly message Id?: string§readonly message List Visibility?: "hide" | "show"The visibility of messages with this label in the message list in the Gmail web interface Default: "show"
readonly name?: stringLabel Name
readonly operation?:
| "create"
| "get"
| "getAll"
| "add"
| "remove"
| "delete"
| "send"
| "reply"Default: "create"
readonly resource?: "message" | "draft" | "label" | "messageLabel"Default: "draft"
readonly return All?: booleanWhether to return all results or only up to a given limit
readonly subject?: string§readonly thread Id?: string§readonly to List?: stringThe email addresses of the recipients Default: [] Type options: {"multipleValues":true,"multipleValueButtonText":"Add To Email"}
Default: {}