CreateAutomatedActionInput
No description
input CreateAutomatedActionInput {
name: String!
description: String
type: AutomatedActionType!
folder_id: Int
check_for_participants: CampaignCheckForParticipants!
retire_at: DateTime
segment: CreateSegmentBelongsTo!
actions: CreateActionHasMany!
}
Fields
CreateAutomatedActionInput.name ● String! non-null scalar
CreateAutomatedActionInput.description ● String scalar
CreateAutomatedActionInput.type ● AutomatedActionType! non-null enum
CreateAutomatedActionInput.folder_id ● Int scalar
CreateAutomatedActionInput.check_for_participants ● CampaignCheckForParticipants! non-null enum
CreateAutomatedActionInput.retire_at ● DateTime scalar
CreateAutomatedActionInput.segment ● CreateSegmentBelongsTo! non-null input
CreateAutomatedActionInput.actions ● CreateActionHasMany! non-null input
Member Of
createAutomatedAction mutation


