ActionSet
No description
type ActionSet {
actions: [Action!]
archived: Boolean!
conditional_actions: [ConditionalAction!]
created_at: DateTime!
created_by: User
deleted_at: DateTime
description: String
folder_id: ID
id: ID!
name: String!
path: [PathPart!]
updated_at: DateTime!
updated_by: User
}
Fields
ActionSet.actions ● [Action!] list object
ActionSet.archived ● Boolean! non-null scalar
ActionSet.conditional_actions ● [ConditionalAction!] list object
ActionSet.created_at ● DateTime! non-null scalar
ActionSet.created_by ● User object
ActionSet.deleted_at ● DateTime scalar
ActionSet.description ● String scalar
ActionSet.folder_id ● ID scalar
ActionSet.id ● ID! non-null scalar
ActionSet.name ● String! non-null scalar
ActionSet.path ● [PathPart!] list object
ActionSet.updated_at ● DateTime! non-null scalar
ActionSet.updated_by ● User object
Returned By
actionSet query ● cloneActionSet mutation ● createActionSet mutation ● createActionSetFromWorkflowNode mutation ● deleteActionSet mutation ● globalActionSets query ● updateActionSet mutation
Member Of
ActionSetPaginator object ● BlastRadius object ● ContactImport object ● CrmIntegration object ● CustomEvent object ● Form object ● LeadScoringThreshold object ● LeadStageChangeAction object ● OpportunityStageChangeAction object ● ThirdPartyForm object ● WorkflowNode object
Implemented By
Sourceable union


