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


