Answered

How to automate posts messages for different companies based on the release version update

  • 31 August 2022
  • 2 replies
  • 5 views

Context: showing newly released features as a popup when user signed in to the application. I will be using Posts message option.

 

Scenario: multiple customers (company / organisation) will be having different release version of a product. when a new version is released with new features, initially we will be releasing this version only to some of the customers (company / organisation) and after few days (cannot be specify how many days) will be releasing to another bunch of customers. the query here is once the posts message is setup how to push the posts messages to the customers upgraded to the latest version.

icon

Best answer by Milan 31 August 2022, 10:00

View original

2 replies

Userlevel 4
Badge +5

Have a custom attribute (ie. Release_Version) that you will sync for each user (or company), and Post message rules should be triggered only when the desired value is present (ie. Release_Version = 2.13.456 where 2.13.456 is the text string that you synced).

Thanks Milan👍

Reply