INPUT_OBJECT
SearchClosedConversationsFilters
Filters for search closed conversations query
link GraphQL Schema definition
- input SearchClosedConversationsFilters {
- # Filter on iAdvize projects
- : [LegacyId!]
- # Filter on conversation channels
- : [String!]
- # Filter on conversation id
- : UUID
- # Filter on legacy conversation ids
- : [LegacyId!]
- # Filter on legacy user ids
- : [LegacyId!]
- # Filter on conversation visitor ids
- : [UUID!]
- # Filter on customer satisfaction
- : [Int!]
- # Filter on NPS
- : [Int!]
- # Filter by keywords
- : [String!]
- # Filter by automation level
- : [AutomationLevel!]
- # Filter by answered conversations
- : Boolean
- # Filter by category ids
- : [LegacyId!]
- # Filter by engagement campaign
- : [UUID!]
- # Filter on tag ids
- : [LegacyId!]
- # Filter on accepted escalations types
- : [EscalationType!]
- }