Conditional Emails includes a great number of tags to make your emails as much a personalized as posible.
Some important features to meet:
- Tags will work on email subject and content both.
- Email content will execute shortcodes placed in.
- You can use email 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.