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!
}