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


