GS2-Inbox API Reference

Present box feature

This service provides a message function with a gift.

Messages have a read status. You can configure whether to keep read messages in the list or remove them from the list.

Rewards can be attached to messages. Instead of just marking a message as read, the player can receive the reward attached to the message.

Messages can have an expiration date (expiresAt). Messages that reach their expiration date are automatically deleted, regardless of whether they are unread or have been read.

When you want to distribute the same message to all players rather than to a specific player, use a “global message”. A global message is defined as master data, and when each player calls ReceiveGlobalMessage, any messages they have not yet received are copied into their inbox.

Master data can be registered from the Management Console, or you can set up a workflow that reflects data from GitHub or registers via CI using GS2-Deploy.


GS2-Inbox SDK for Game Engine API Reference

Specifications of models and API references for GS2-Inbox SDK for Game Engine

GS2-Inbox SDK API Reference

Specification of models and API references for GS2-Inbox SDK for various programming languages

GS2-Inbox Script Trigger Reference

Reference for event triggers that call extended scripts

GS2-Inbox Deploy/CDK Reference

The template format used when creating stacks with GS2-Deploy, and implementation examples of template output in various languages using CDK

GS2-Inbox Master Data Reference

Reference for the master data format and the models to be imported

GS2-Inbox Transaction Actions

Specification of verify/consume/acquire transaction actions