CreateMarketingListAutomationInput
No description
input CreateMarketingListAutomationInput {
check_for_participants: CampaignCheckForParticipants!
description: String
folder_id: ID!
list_id: Int!
name: String!
segment: CreateSegmentInput!
type: CampaignType!
}
Fields
CreateMarketingListAutomationInput.check_for_participants ● CampaignCheckForParticipants! non-null enum
CreateMarketingListAutomationInput.description ● String scalar
CreateMarketingListAutomationInput.folder_id ● ID! non-null scalar
CreateMarketingListAutomationInput.list_id ● Int! non-null scalar
CreateMarketingListAutomationInput.name ● String! non-null scalar
CreateMarketingListAutomationInput.segment ● CreateSegmentInput! non-null input
CreateMarketingListAutomationInput.type ● CampaignType! non-null enum
Member Of
createMarketingListAutomation mutation


