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
- using binary file
- using file_id if the image are already exist on the telegram server
- 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
system
Closed
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.