For the moment we use Starter version in our tests and below are few cases were we need advice.
1. In our application once a new video is posted we need to get the Channel name of that video so that we can send a notification to all the users who follow that channel. What is the best approach using urban for this situation (tag, audience list, ....)
2. Once a video reaches a number of likes we should send a notification to owner.
We have to send 2 variables A=x and B=y so that we can create a list of actions like:
a) if A=100 (https://docs.urbanairship.com/engage/automation/)
b) then send a notification to B
We've found how to implement a) but not b)
3. For the same example as above(2), which is the API call for sending A and B? Can this be made using API Custom Events? https://docs.urbanairship.com/api/ua/#region-api
All the notification should be created in the dashboard, a manager can create any automatic message (for ex if the video reach X number of views/likes/...)
Comments
3 comments