Processing information from a json in JavaScript

1

I'm working with Flowxo doing a BOT for telegram. In it, I need to process some information directly from an API in json format. I can include a JavaScript code in the process.

The process works something like this:

User sends a message > HTTP Request Webhook > I send a message to the user

When sending the message to the user, it needs to be placed as an attribute what the user sent to the bot. For example:

HTTP_Request.data__{{mensagem do usuario}}

I would need a code that takes the "Date" of this API, and there are several (in this case the user sends whatever it wants), process in the code only the information that matches what the user wants and sends the result back to the user.

One of the problems is that even the loopback in this Flow XO is limited. Only 20 times, therefore, I believe I would have to work with Array or vector, I do not know ...

PS: I do not know anything about JavaScript

    
asked by anonymous 01.03.2018 / 17:33

0 answers