Skip to main content

CreateCeContactStoreMarketingTagInput

Defines the input for creating a marketing tag in a continuing education contact store.

input CreateCeContactStoreMarketingTagInput {
ceContactStoreId: ID!
containsPersonalData: Boolean
groupId: ID!
name: String!
type: MarketingTagType!
uniqueCode: String
}

Fields

CreateCeContactStoreMarketingTagInput.ceContactStoreId ● ID! non-null scalar

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

CreateCeContactStoreMarketingTagInput.containsPersonalData ● Boolean scalar

A flag indicating whether the marketing tag includes sensitive personal data. It is important for event managers to review any additional marketing tags that they have created and marking those tags as containing personal data. This is used by EventsAir to identify these fields for reporting to attendees, and when anonymizing or deleting a contact record for data privacy reasons. Optional.

The default value is false.

CreateCeContactStoreMarketingTagInput.groupId ● ID! non-null scalar

The group the marketing tag is a part of.

CreateCeContactStoreMarketingTagInput.name ● String! non-null scalar

UTF-8 string value that represents the name of the marketing tag.

CreateCeContactStoreMarketingTagInput.type ● MarketingTagType! non-null enum

The type of the tag.

CreateCeContactStoreMarketingTagInput.uniqueCode ● String scalar

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

The value must be unique across all marketing tags for an event.

Member Of

createCeContactStoreMarketingTag mutation