I’m a Traffic Manager, but I also handle automation tasks. Recently, I started using Make, and my boss asked me to create an automation to connect ClickUp with Make, allowing us to plan Instagram posts directly from ClickUp. However, I encountered some issues along the way: the Instagram module returns the error “The image format is not supported. (36001, OAuthException).” i already tried downloading the media and converting it to JPG using another module, but it didn’t work. How can I fix this?
Hey there,
If that webhook is coming from clickup, then payload.url is the task URL, not the attachment.
You will need to use a Get a Task module to see the attachment URL. From there - as long as the file meets the IG requirements, it should work without issue.
3 Likes
Thxx, im feeling so dumb, thanks for the help!
2 Likes