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