This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation.
You can create multiple badges that represent different membership tiers and arrange them in a hierarchy. This flow demonstrates creating multiple badges and managing their display order.
- Call Create Badge for each tier level starting with the highest tier. For example, "Gold Member". Then create additional tier badges following the same pattern for "Silver" and "Bronze" members.
- Call Query Badges to retrieve all created badges and collect their IDs.
- Call Update Badges Display Order to arrange the badge IDs in the desired display order.
- Call Bulk Create Badge Assignments to assign appropriate badges based on member activity or subscription level.