feat(Gmail Node): Add reply to email (#6453)

Co-authored-by: Matthias Stallmann <feelgood.interface@gmail.com>
This commit is contained in:
Michael Kret
2023-06-16 11:44:37 +03:00
committed by GitHub
parent bbe493896c
commit fddc69ee2c
4 changed files with 39 additions and 4 deletions

View File

@@ -143,6 +143,14 @@ export const draftFields: INodeProperties[] = [
placeholder: 'info@example.com',
default: '',
},
{
displayName: 'Send Replies To',
name: 'replyTo',
type: 'string',
placeholder: 'reply@example.com',
default: '',
description: 'The email address that the reply message is sent to',
},
{
displayName: 'Attachments',
name: 'attachmentsUi',