'The email addresses of the blind copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.',
placeholder:'info@example.com',
default:'',
},
{
displayName:'CC',
name:'ccList',
type:'string',
description:
'The email addresses of the copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.',
placeholder:'info@example.com',
default:'',
},
{
displayName:'From Alias Name or ID',
name:'fromAlias',
type:'options',
default:'',
description:
'Select the alias to send the email from. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
typeOptions:{
loadOptionsMethod:'getGmailAliases',
},
},
{
displayName:'Send Replies To',
name:'replyTo',
type:'string',
placeholder:'reply@example.com',
default:'',
description:'The email address that the reply message is sent to',
"Prefix for name of the binary property to which to write the attachment. An index starting with 0 will be added. So if name is 'attachment_' the first attachment is saved to 'attachment_0'.",
},
{
displayName:'Download Attachments',
name:'downloadAttachments',
type:'boolean',
default:false,
description:"Whether the draft's attachments will be downloaded",
"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is 'attachment_' the first attachment is saved to 'attachment_0'.",
},
{
displayName:'Download Attachments',
name:'downloadAttachments',
type:'boolean',
default:false,
description:"Whether the draft's attachments will be downloaded",
},
{
displayName:'Include Spam and Trash',
name:'includeSpamTrash',
type:'boolean',
default:false,
description:'Whether to include messages from SPAM and TRASH in the results',