mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(HelpScout Node): Fix tag search not working when getting all conversations (#5239)
This commit is contained in:
committed by
GitHub
parent
901e94dc01
commit
6d36782463
@@ -11,6 +11,7 @@ export interface IConversation {
|
||||
mailboxId?: number;
|
||||
status?: string;
|
||||
subject?: string;
|
||||
tag?: IDataObject[];
|
||||
tags?: IDataObject[];
|
||||
threads?: IDataObject[];
|
||||
type?: string;
|
||||
|
||||
Reference in New Issue
Block a user