Notifly
  • Welcome
  • Admin dashboard
    • Overview
    • Notification settings page
    • In-app settings
    • Template variables
    • Notification bundling
  • Widget
    • Introduction
    • Installation
      • Single page applications
      • Static pages (HTML)
    • Authentication
  • Notifly API
    • API Reference
    • Authentication
    • Response codes
    • User
    • Notification
Powered by GitBook
On this page

Was this helpful?

  1. Admin dashboard

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.

PreviousIn-app settingsNextNotification bundling

Last updated 5 years ago

Was this helpful?