How to send photo to telegram with N8N?

Hello, how do I send an image that is archived in GOOGLE DRIVE to telegram?

Hi @Mauricio_Kreling
You can use node “Google drive Download a file”,

that will download file as binary, and then pass it to “Telegram Send Photo” node, with Binary data set to True

1 Like

Oh, sorry, was not paid attention, that the photo is in archive.
In that case, you can send it as a file, or you have to uncompress it, using compress node.

1 Like

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