On IFTTT I am trying to build an applet that monitors a dropbox folder specified by the user, the trigger is adding a new image to the folder; then the image shall be sent to a telegram group chosen by the user.
I built it as best as I can; I keep adding new images but nothing happens.
I did a test to see if the connection with Dropbox is fine, so I changed the trigger to "adding text file", if True then send a message with a defined text to telegram, it worked.
Then I did the same with "adding photo" as a trigger, then nothing happens. This makes me think the issue is with dropbox detecting new images. Are there special conditions?! Images I am using are BMP, jpg, and png