LeadScoringThreshold
No description
type LeadScoringThreshold {
actions: [Action!]
active: Boolean!
category: ScoringCategory!
conditional_actions: [ConditionalAction!]
created_at: DateTime!
created_by: User
deleted_at: DateTime
description: String
id: ID!
name: String!
required_rules_must_be_met: Boolean!
scoring_ruleset_id: ID
threshold: Int!
type: ThresholdType!
updated_at: DateTime!
updated_by: User
}
Fields
LeadScoringThreshold.actions ● [Action!] list object
LeadScoringThreshold.active ● Boolean! non-null scalar
LeadScoringThreshold.category ● ScoringCategory! non-null enum
LeadScoringThreshold.conditional_actions ● [ConditionalAction!] list object
LeadScoringThreshold.created_at ● DateTime! non-null scalar
LeadScoringThreshold.created_by ● User object
LeadScoringThreshold.deleted_at ● DateTime scalar
LeadScoringThreshold.description ● String scalar
LeadScoringThreshold.id ● ID! non-null scalar
LeadScoringThreshold.name ● String! non-null scalar
LeadScoringThreshold.required_rules_must_be_met ● Boolean! non-null scalar
LeadScoringThreshold.scoring_ruleset_id ● ID scalar
LeadScoringThreshold.threshold ● Int! non-null scalar
LeadScoringThreshold.type ● ThresholdType! non-null enum
LeadScoringThreshold.updated_at ● DateTime! non-null scalar
LeadScoringThreshold.updated_by ● User object
Returned By
createLeadScoringThreshold mutation ● deleteLeadScoringThreshold mutation ● leadScoringThreshold query ● updateLeadScoringThreshold mutation
Member Of
BlastRadius object ● LeadScoreRuleset object ● LeadScoringThresholdPaginator object
Implemented By
Sourceable union


