- Nakama
- Getting Started+-
- Concepts+-
- Client Libraries+-
- Server Framework+-
- Tutorials+-
- Guides+-
- Videos
- Hiro
- Concepts+-
- Unity+-
- Unreal+-
- C+++-
- TypeScript+-
- Guides+-
- Satori
- Heroic Cloud
Templates #
Templates are used to define the content of a push notification to be used in scheduling messages, for example to announce a new event or promotion to your users.
Creating a Template #
To create a new template, click the Create Template button.
In the dialog that appears, enter a name and default value for the template and click Create.
Note that you can use properties as variables in templates to customize the message for each user. For example, if you have a custom property called name
, you can use it in a template as {{ propertiesCustom.name }}
.