INPUT_OBJECT

SearchClosedConversationsFilters

Filters for search closed conversations query

link GraphQL Schema definition

  • input SearchClosedConversationsFilters {
  • # Filter on iAdvize projects
  • projectIds: [LegacyId!]
  • # Filter on conversation channels
  • channels: [String!]
  • # Filter on conversation id
  • conversationId: UUID
  • # Filter on legacy conversation ids
  • legacyConversationIds: [LegacyId!]
  • # Filter on legacy user ids
  • userIds: [LegacyId!]
  • # Filter on conversation visitor ids
  • conversationVisitorIds: [UUID!]
  • # Filter on customer satisfaction
  • customerSatisfaction: [Int!]
  • # Filter on NPS
  • netPromoterScore: [Int!]
  • # Filter by keywords
  • messagesSearches: [String!]
  • # Filter by automation level
  • automationLevels: [AutomationLevel!]
  • # Filter by answered conversations
  • answered: Boolean
  • # Filter by category ids
  • categoryIds: [LegacyId!]
  • # Filter by engagement campaign
  • engagementCampaignIds: [UUID!]
  • # Filter on tag ids
  • tagIds: [LegacyId!]
  • # Filter on accepted escalations types
  • escalationsAccepted: [EscalationType!]
  • }

link Require by