Conditional Notifications includes a great number of tags to make your notifications as much a personalized as posible.
Some important features to meet:
- Tags will work on notification title and content both.
- Notification content will execute shortcodes placed in.
- You can use notification tags as shortcode attribute value like
[gamipress_achievement id="{quest_id}" user_id="{user_id}"]
. - Tags related to any GamiPress type will be added automatically.
- Tags related to any GamiPress type are based on the type’s slug. For example, the “gems” points type will have the tag
{gems_balance}
and the “badges” achievement type will have tags like{badges_id}
,{badges_title}
,{badges_link}
, etc.