LeadScoreRuleset
No description
type LeadScoreRuleset {
id: ID!
name: String
contact_score_qualification_threshold: Int
activity_score_qualification_threshold: Int
engagement_score_qualification_threshold: Int
total_score_qualification_threshold: Int
activity_plus_engagement_qualification_threshold: Int
active: Boolean
is_default: Boolean
rules: ScoringRules!
thresholds: [LeadScoringThreshold]
}
Fields
LeadScoreRuleset.id ● ID! non-null scalar
LeadScoreRuleset.name ● String scalar
LeadScoreRuleset.contact_score_qualification_threshold ● Int scalar
LeadScoreRuleset.activity_score_qualification_threshold ● Int scalar
LeadScoreRuleset.engagement_score_qualification_threshold ● Int scalar
LeadScoreRuleset.total_score_qualification_threshold ● Int scalar
LeadScoreRuleset.activity_plus_engagement_qualification_threshold ● Int scalar
LeadScoreRuleset.active ● Boolean scalar
LeadScoreRuleset.is_default ● Boolean scalar
LeadScoreRuleset.rules ● ScoringRules! non-null object
LeadScoreRuleset.thresholds ● [LeadScoringThreshold] list object
Returned By
createLeadScoreRuleset mutation ● deleteLeadScoreRuleset mutation ● leadScoreRuleset query ● updateLeadScoreRuleset mutation
Member Of
LeadScoreManualAdjustment object ● LeadScoreRulesetPaginator object ● LeadScoreSummary object


