fix(Gmail Node): Set References and In-Reply-To only when user provides threadId (#16838)

This commit is contained in:
Dana
2025-07-11 10:08:15 +02:00
committed by GitHub
parent 810f5daa16
commit 7657cce5a4
5 changed files with 40 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ export interface IEmail {
replyTo?: string;
inReplyTo?: string;
reference?: string;
references?: string;
subject: string;
body: string;
htmlBody?: string;