Skip to main content

UpdateContactStoreMarketingGroupInput

Defines the input for updating a contact store marketing group.

input UpdateContactStoreMarketingGroupInput {
contactStoreId: ID!
groupId: ID!
name: String
uniqueCode: String
}

Fields

UpdateContactStoreMarketingGroupInput.contactStoreId ● ID! non-null scalar

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

UpdateContactStoreMarketingGroupInput.groupId ● ID! non-null scalar

The identifier of the marketing group.

UpdateContactStoreMarketingGroupInput.name ● String scalar

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

UpdateContactStoreMarketingGroupInput.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

updateContactStoreMarketingGroup mutation