Template variables

Notifly uses a basic templating language syntax. This allows you to define notifications with placeholders for dynamic values. For instance if you want to include a user's first name as part of a in-app notification you simply define a variable enclosed in two curly braces and include it in the in-app message field e.g. Hello {{ first_name }}, welcome to Notifly! . When you send the notification from your app using our API be sure to include first_nameas a property in the metadata -field in the data you send.

Last updated