How send photo to telegram from http request get photo?

i want get photo from http request. Then, it send photo send to telegram. How i get the http request json path to telegram?

my workflow below:

thank you very much.

Information on your n8n setup

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

Hi there,what does the output of your http request, is it binary? or the url link to the image

because for telegram to get the image, there’s 3 ways

  1. using binary file
  2. using file_id if the image are already exist on the telegram server
  3. using the HTTP URL for Telegram to get a photo from the Internet.

http request output chart-img-03.png. I want the chart-img-03.png via telegram send to me. How i get json path for telegram?

Please send us a screenshot of what the output looks like for the HTTP Request returning the image.


make it like that, because what you receive from the API is a binary file

1 Like

i use your method. i sent img successful. Thank you very much.

1 Like

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