How to Connect Instagram to n8n, Add & Post Easily 2026
By Impran M N
Publishing to Instagram directly from an n8n workflow requires connecting through Meta's developer platform, since Instagram automation runs on the Facebook Graph API. This guide covers setting up your credentials, linking your business account, and structuring a post payload to automate publishing.
01Add the Instagram node
Place the Instagram Business node onto your workflow canvas where you want to publish content.
02Create a credential profile
Set up a new n8n credential and note the OAuth redirect URL it provides.
03Register an app with Meta
Go to the Meta for Developers portal to link your business profile and generate app credentials.
04Paste your keys into n8n
Copy your client ID and secret back into n8n to complete the authentication handshake.
05Configure your post and test
Set the media operation with your image URL and caption, then run a test to confirm publishing works.
Frequently asked questions
Do I need a Facebook Developer account to connect Instagram to n8n?
Yes, Instagram automation runs through Meta's developer platform, so you'll need to register an app there.
Can I schedule Instagram posts with n8n?
You can trigger posts based on your workflow's schedule or events, effectively creating automated publishing timing.
What type of content can I post through n8n to Instagram?
Typically image-based posts with captions, depending on what the Instagram node's media operation supports.
Why does connecting Instagram require an OAuth redirect URL?
The redirect URL is part of the secure OAuth handshake that authorizes n8n to act on your Instagram business account.
Watch the full walkthrough
The same steps, demonstrated on screen from start to finish.



