I'm using Parse.com to store my data through my app. Here is the scenario of what I need: 1- A user will submit a form and the data will be sent and saved in a table in Parse.com 2- After inserting the data into the table, there must be trigger that listen for any insertion and send those data to the app users
My question:
How can I create this trigger? Should I use Cloud Code?
Appreciate any Help :)