CreateLeadScoringThresholdInput
No description
input CreateLeadScoringThresholdInput {
actions: CreateActionHasMany
active: Boolean
category: ScoringCategory!
conditionalActions: CreateConditionalActionsHasMany
description: String
name: String!
required_rules_must_be_met: Boolean!
scoring_ruleset_id: ID!
threshold: Int!
type: ThresholdType!
}
Fields
CreateLeadScoringThresholdInput.actions
● CreateActionHasMany
input
CreateLeadScoringThresholdInput.active
● Boolean
scalar
CreateLeadScoringThresholdInput.category
● ScoringCategory!
non-null enum
CreateLeadScoringThresholdInput.conditionalActions
● CreateConditionalActionsHasMany
input
CreateLeadScoringThresholdInput.description
● String
scalar
CreateLeadScoringThresholdInput.name
● String!
non-null scalar
CreateLeadScoringThresholdInput.required_rules_must_be_met
● Boolean!
non-null scalar
CreateLeadScoringThresholdInput.scoring_ruleset_id
● ID!
non-null scalar
CreateLeadScoringThresholdInput.threshold
● Int!
non-null scalar
CreateLeadScoringThresholdInput.type
● ThresholdType!
non-null enum
Member Of
createLeadScoringThreshold
mutation