mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Gmail Node): Set References and In-Reply-To only when user provides threadId (#16838)
This commit is contained in:
@@ -8,6 +8,7 @@ export interface IEmail {
|
||||
replyTo?: string;
|
||||
inReplyTo?: string;
|
||||
reference?: string;
|
||||
references?: string;
|
||||
subject: string;
|
||||
body: string;
|
||||
htmlBody?: string;
|
||||
|
||||
Reference in New Issue
Block a user