June 2026 Release

Production Release Date: June 24

Discontinuation Notices

Legacy OAuth Tokens with Blocks

Legacy OAuth tokens used with blocks have now been deprecated. When embedding an Impact or Recognitions block, you must use a JWT token (Gamification Web Token) from the /gamification-token API.

If your program uses both blocks and web components, you must use two separate tokens:

Legacy OAuth tokens used in web components will continue to be supported until the official end-of-life date for web components is announced.

Go View

The Go view in Nitro Studio has been removed from the platform. This view was used to configure the content and imagery in a Bunchball Go program. If you need to update an existing Bunchball Go program, contact your account team for assistance.

Push Notifications APIs

As communicated in our April product release, Bunchball Go push notifications have been deprecated. The following APIs have been removed from the platform.

Rest APIs

The following API changes are documented on https://api.bunchball.com/docs.

Product Updates

Gamification Token Requests

Now, when you request a gamification token for a user that doesn't already exist in Nitro, the user is automatically created. To prevent automatic user creation:

  1. Pass upsertUser=false in your token request.

  2. The request will return a 404 error if the user doesn't exist instead of generating a token and creating the user.

  3. When you get a 404 error, call PUT /users/{userId} to add the user to Nitro and enroll them in groups, the award account, etc.

  4. Retry the gamification token request once the user has been created.

Award Account Points Description

A description is now required for all debit and credit transactions within an award account point category. This enhancement improves traceability for admins by ensuring that transaction details are documented. When the point category is associated to the award account:

Product Fixes

See also

Release Notes