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