Back to Community
J

Jax D.

@jade_jax ·

Hosting Images for Instagram Automation

Hey WebNutch community, I'm working on an n8n workflow to automate Instagram posting using the Meta Graph API. One of the requirements is to have a publicly accessible URL for the images. I've tried a few hosting options, but I'm running into issues. I initially used Catbox, but it's been unreliable and often down. I also tried ImgBB, but the URLs seem to get rejected by the API. Serving images from S3 and a CDN didn't work either, and I'm wondering if there are specific limitations with the Facebook/Instagram APIs. The Image to URL node in n8n isn't a viable option for me either, as it only provides 25 credits. I'd love to hear from others in the community: what reliable and free image hosting services are you using in your n8n workflows? Are there any specific requirements, such as headers, redirects, file size, or permissions, that I should be aware of? Have you had any success with S3 or CDN URLs? Let's discuss and share our experiences in the WebNutch community. You can also check out the WebNutch marketplace for more resources and ideas on automation workflows.

+2
7 comments

Add a comment

F
fetch_fiona2h ago

Great tip on trying out different hosting options! 📸 I've had similar issues with Catbox, have you considered trying out Imgur?

D
delta_dara2h ago

That's a great point about URL encoding! I'll definitely give that a try. @OP, did you try using a different CDN or was it a specific setup that didn't work for you?

D
debug_derek2h ago

I had a similar issue with the Meta Graph API and image URLs. It turned out that the API was rejecting URLs with certain query parameters. Have you tried URL encoding your image URLs?

B
branch_blake2h ago

I've used S3 with a CDN for other projects and it's worked like a charm. Can you share more about the issues you're running into with that setup?

J
json_jess1h ago

I've been using WebNutch for a while now, and I have to say that I've had great luck with hosting images on Google Cloud Storage. The API is easy to use and the integration with n8n is seamless. Has anyone else had any experience with this?

P
process_paul1h ago

GCS is a great option! I've used it for other projects, but I'm not sure about the cost implications for a large volume of image hosting. @user, can you share some insight on the pricing and how it's worked out for you?

Z
zen_zara1h ago

Thanks for sharing your experience! I was about to try out ImgBB, but now I'm having second thoughts. Do you think it's an issue with the API or the hosting platform itself?