OBJECT

EmailSequenceStats

link GraphQL Schema definition

  • type EmailSequenceStats implements EmailSequenceCountStats {
  • openCount: Int!
  • clickCount: Int!
  • replyCount: Int!
  • unsubscribeCount: Int!
  • sentCount: Int!
  • createTaskCount: Int!
  • createLeadCount: Int!
  • createTextCount: Int!
  • createTaskRecipientsCount: Int!
  • createLeadRecipientsCount: Int!
  • createTextRecipientsCount: Int!
  • currentEnrollCount: Int!
  • unenrollCount: Int!
  • sentRecipientsCount: Int!
  • notOpenRecipientsCount: Int!
  • openRecipientsCount: Int!
  • clickRecipientsCount: Int!
  • replyRecipientsCount: Int!
  • bounceRecipientsCount: Int!
  • notOpenCount: Int!
  • enrollCount: Int!
  • bounceCount: Int!
  • steps: [EmailSequenceStepStats!]!
  • # Arguments
  • # type: [Not documented]
  • # filter: List of columns to be displayed represented by their
  • # field idOrder of the display columns is kept in results, but frontend shouldkeep
  • # and watch it's own columns order map to optimize some user operations like
  • # remove of the column or moving column to a different position
  • # searchQuery: Fulltext search by string. When null, search is
  • # not applied.
  • # sortBy: Options settings for tab grid listing
  • # sortOrder: Options settings for tab grid sort order listing
  • # displayColumn: List of columns to be displayed represented by
  • # their field idOrder of the display columns is kept in results, but frontend
  • # shouldkeep and watch it's own columns order map to optimize some user operations
  • # like remove of the column or moving column to a different position
  • # highlightChanges: [Not documented]
  • # limit: Max item returned in the call
  • # offset: Offset scroll index, starting at 0
  • recipients(
  • type: EmailSequenceStatsRecipientTypeEnum!,
  • filter: DrilldownFilterJSONString!,
  • searchQuery: String,
  • sortBy: ID!,
  • sortOrder: SortOrder!,
  • displayColumn: [DisplayColumnParams!]!,
  • highlightChanges: GridHighlightChangesParams,
  • limit: Int,
  • offset: Int
  • ): GenericDrilldownDataGridViewItems
  • # Arguments
  • # filter: List of columns to be displayed represented by their
  • # field idOrder of the display columns is kept in results, but frontend shouldkeep
  • # and watch it's own columns order map to optimize some user operations like
  • # remove of the column or moving column to a different position
  • # searchQuery: Fulltext search by string. When null, search is
  • # not applied.
  • # sortBy: Options settings for tab grid listing
  • # sortOrder: Options settings for tab grid sort order listing
  • # displayColumn: List of columns to be displayed represented by
  • # their field idOrder of the display columns is kept in results, but frontend
  • # shouldkeep and watch it's own columns order map to optimize some user operations
  • # like remove of the column or moving column to a different position
  • # highlightChanges: [Not documented]
  • # limit: Max item returned in the call
  • # offset: Offset scroll index, starting at 0
  • createdTasks(
  • filter: DrilldownFilterJSONString!,
  • searchQuery: String,
  • sortBy: ID!,
  • sortOrder: SortOrder!,
  • displayColumn: [DisplayColumnParams!]!,
  • highlightChanges: GridHighlightChangesParams,
  • limit: Int,
  • offset: Int
  • ): GenericDrilldownDataGridViewItems!
  • # Arguments
  • # filter: List of columns to be displayed represented by their
  • # field idOrder of the display columns is kept in results, but frontend shouldkeep
  • # and watch it's own columns order map to optimize some user operations like
  • # remove of the column or moving column to a different position
  • # searchQuery: Fulltext search by string. When null, search is
  • # not applied.
  • # sortBy: Options settings for tab grid listing
  • # sortOrder: Options settings for tab grid sort order listing
  • # displayColumn: List of columns to be displayed represented by
  • # their field idOrder of the display columns is kept in results, but frontend
  • # shouldkeep and watch it's own columns order map to optimize some user operations
  • # like remove of the column or moving column to a different position
  • # highlightChanges: [Not documented]
  • # limit: Max item returned in the call
  • # offset: Offset scroll index, starting at 0
  • createdLeads(
  • filter: DrilldownFilterJSONString!,
  • searchQuery: String,
  • sortBy: ID!,
  • sortOrder: SortOrder!,
  • displayColumn: [DisplayColumnParams!]!,
  • highlightChanges: GridHighlightChangesParams,
  • limit: Int,
  • offset: Int
  • ): GenericDrilldownDataGridViewItems!
  • # Arguments
  • # period: [Not documented]
  • timeline(period: EmailSequenceTimelinePeriodEnum!): [EmailSequencePeriodStats!]!
  • }