Magidoc

UpdateGroupInput
Input Object

Fields

#

audienceId

Non-null

The unique identifier of the audience (subscriber list) containing the group.

criteria

The criteria for dynamic group (segment) membership. Only applicable when IsDynamic is true.

description

The new description for the group. Max length: 255

id

Non-null

The unique identifier of the group to update.

isDynamic

Whether the group is a segment, dynamically calculated based on criteria. Defaults to false for static groups.

isPublic

Whether the group should be visible to the public (e.g., on signup forms).

name

The new name for the group. Must be unique within the audience. Max length: 100

Usages

#

References

#

  • Argument input of field updateAudienceGroup from type Mutation