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