Is it possible to automatically create a new module in a scenario once a webhook receives data?
In one of my scenarios, I’m detecting new posts on one of my facebook Pages. Once a new post is detected, it is sent to my webhook by using an http request.
In a second scenario, I want to use the data received from the New Post, to create a Watch Comments module that will watch all comments from that New Post.
As any new post is detected, a new Watch Comments module should be created to monitor that new post.