Push notification sent from server code logic
Hello, I have a question about a functionality I need to build. Here is the workflow step by step. Please tell me if this is possible to build.
1) JavaScript function that runs once every 10 hours. This function has logic to check for a certain value from database (i.e. value 10)
2) If value is greater than 10, then it would send out a push notification to user with a question like "Your value is greater than 10, would you like to do something about it - click yes or no". User then clicks 'yes' or 'no' inside push notification
3) User is directed to a page based on their yes or no input
Can you please tell me if this functionality can be implemented in Apperyio and the basic steps to do it. Thanks much!