I'm trying to send a photo to a Telegram chat using Tasker.
I know how to send a message but I can't get sendPhoto to work..
Here is my HTTP POST action:
Server:Port =
https://api.telegram.org Path = %MYTOKEN/sendPhoto?chat_id=%MYCHATID&photo=%PATHTOPHOTO
Content Type = multipart/form-data
Nothing happens when i run the action. I feel like I'm missing a step, but I can't figure it out. Can anyone help me?