Meta - native integration

Hi , does the n8n have native integration with Meta to run quick agents on instagram and Facebook?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi, @BartLLM, I am unaware of an all-encompassing official n8n Meta node or a node for Instagram. There is one for Facebook, though. If you are running n8n self-hosting via Docker you can run the following commands to get a list of nodes that you have installed in your n8n instance,

First access the container:

docker exec -it n8n /bin/sh

Then navigate to the node_modules directory where n8n stores its nodes:

ls /usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/

This will display a directory listing of all installed nodes.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.