Skip to main content

CreateContactStoreMarketingGroupInput

Defines the input for creating a contact store marketing group.

input CreateContactStoreMarketingGroupInput {
contactStoreId: ID!
name: String!
uniqueCode: String
}

Fields

CreateContactStoreMarketingGroupInput.contactStoreId ● ID! non-null scalar

The identifier of the contact store the marketing group is associated with.

CreateContactStoreMarketingGroupInput.name ● String! non-null scalar

A UTF-8 string representing the name of the marketing group.

CreateContactStoreMarketingGroupInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the marketing group. Optional.

The value must be unique across all marketing groups for a contact store.

Member Of

createContactStoreMarketingGroup mutation