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