feat(Gmail Node): Add thread option for draft emails (#8729)

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
This commit is contained in:
Nicolas-nwb
2024-04-25 12:56:53 +02:00
committed by GitHub
parent 756012b052
commit 2dd0b329ca
2 changed files with 14 additions and 0 deletions

View File

@@ -151,6 +151,14 @@ export const draftFields: INodeProperties[] = [
default: '',
description: 'The email address that the reply message is sent to',
},
{
displayName: 'Thread ID',
name: 'threadId',
type: 'string',
placeholder: '18cc573e2431878f',
default: '',
description: 'The identifier of the thread to attach the draft',
},
{
displayName: 'Attachments',
name: 'attachmentsUi',