description:'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName:'Format',
name:'format',
type:'options',
options:[
{
name:'Full',
value:'full',
description:'Returns the full email message data with body content parsed in the payload field',
},
{
name:'Metadata',
value:'metadata',
description:'Returns only email message ID, labels, and email headers.',
},
{
name:'Minimal',
value:'minimal',
description:'Returns only email message ID and labels; does not return the email headers, body, or payload',
description:'If all results should be returned or only up to a given limit.',
},
{
displayName:'Limit',
name:'limit',
type:'number',
displayOptions:{
show:{
operation:[
'getAll',
],
resource:[
'draft',
],
returnAll:[
false,
],
},
},
typeOptions:{
minValue: 1,
maxValue: 500,
},
default:10,
description:'How many results to return.',
},
{
displayName:'Additional Fields',
name:'additionalFields',
type:'collection',
placeholder:'Add Field',
default:{},
displayOptions:{
show:{
operation:[
'getAll',
],
resource:[
'draft',
],
},
},
options:[
{
displayName:'Attachments Prefix',
name:'dataPropertyAttachmentsPrefixName',
type:'string',
default:'attachment_',
displayOptions:{
hide:{
format:[
'full',
'ids',
'metadata',
'minimal',
'raw',
],
},
},
description:'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName:'Format',
name:'format',
type:'options',
options:[
{
name:'Full',
value:'full',
description:'Returns the full email message data with body content parsed in the payload field',
},
{
name:'IDs',
value:'ids',
description:'Returns only the IDs of the emails',
},
{
name:'Metadata',
value:'metadata',
description:'Returns only email message ID, labels, and email headers.',
},
{
name:'Minimal',
value:'minimal',
description:'Returns only email message ID and labels; does not return the email headers, body, or payload',