I am creating a bot on facebook messenger, following the tutorial here
Is there a way for the bot to retrieve results from my own api endpoint?
Essentially, I have set up an api endpoint from which results in json is to be returned. I would like the results to populate the template in facebook messenger, like how the current CNN messenger bot shows news based on queries
How do I do this?