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