How to send message to telegram

HI, can you please help me on how do i convert this json file to text and send those text in telegram channel?

I tried using convert to json > convert to text but its giving me "the value in “___” is not set.

HERE is my workflow:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Everett_Sobinsky

I don’t think you need to convert the JSON to a file, if you want to parse the JSON content directly to telegram?

You can use the text expression with Javascript and basically parse in whatever you need from the previous nodes:

Let me know if this helps, or if I misunderstood what you’re trying to do :thinking:

2 Likes

This is exactly what I did! Thanks!

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