Http request node

Hi all!, i want to know if it is possible to send via telegram an HTTP request result. I have a node which has an search API (from Mercado Libre) and what is does is a search from a product. I have the HTTP request working ok. So far i have this.

image

image

So, i want to know if that respose can be send it to Telegram so i can have the results correctly and not Json Parsed.

Thanks a lot!

What do you mean by that?

The payload appears to be a JSON string. If you feed that into a JSON node it will convert it into a JavaScript object, if that is what you mean.

You can send text to Telegram and you are allowed some very simple formatting either in HTML or Markdown if you set the message parameters correctly. You may not pass more complex data, you will need to convert it to text first.

You need to check the apii you are calling. It may have an option to be able to request the results in different formats, one of which may be more suitable.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.