Skip to main content

CreateContactStoreMarketingSubTagInput

Defines the input for creating a contact store marketing sub tag.

input CreateContactStoreMarketingSubTagInput {
contactStoreId: ID!
name: String!
tagId: ID!
uniqueCode: String
}

Fields

CreateContactStoreMarketingSubTagInput.contactStoreId ● ID! non-null scalar

The identifier of the contact store the marketing sub tag is associated with.

CreateContactStoreMarketingSubTagInput.name ● String! non-null scalar

A UTF-8 string representing the name of the marketing sub tag.

CreateContactStoreMarketingSubTagInput.tagId ● ID! non-null scalar

The identifier of the marketing tag the marketing sub tag is associated with.

CreateContactStoreMarketingSubTagInput.uniqueCode ● String scalar

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

The value must be unique across all marketing sub tags for a marketing tag.

Member Of

createContactStoreMarketingSubTag mutation