How to automate posts messages for different companies based on the release version update | Community
Skip to main content
Answered

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

  • August 31, 2022
  • 2 replies
  • 52 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.

Best answer by Milan

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).

2 replies

Milan
Top Expert ✨
Forum|alt.badge.img+7
  • Top Expert
  • Answer
  • August 31, 2022

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).


  • Author
  • New Participant
  • August 31, 2022

Thanks Milan👍