Does anyone know how to connect instagram threads to my n8n workflow?

how to connect my instagram threads account to n8n work flow so i can automate posts?

workflow, lets just say there is text that i want to post on threads.

should just post the premade text (from previous nodes) to my threads account

  • **Running n8n via n8n cloud, desktop app)
  • **Operating system: macOS
1 Like

Hey @jug_verta,

There isn’t a threads node but you could easily do that with api

Authentication Setup:

  1. Get a Meta App Access Token:
    • Go to Meta for Developers
    • Create a new app or use existing one
    • Add “Threads API” product to your app
    • Generate access token with appropriate permissions

Basic API Calls:

Base URL: https://graph.threads.net/v1.0/

You can find all the api docs online