Socket
Book a DemoInstallSign in
Socket

n8n-nodes-meta-integration-advanced

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-meta-integration-advanced

Complete Meta integration for n8n - Instagram, Facebook, WhatsApp in one node

latest
Source
npmnpm
Version
4.1.0
Version published
Weekly downloads
7
600%
Maintainers
1
Weekly downloads
 
Created
Source

🚀 Meta Integration Advanced for n8n

Complete Meta Business API integration suite for n8n with AI-powered automation, advanced analytics, and enterprise features.

🎯 What's Included

📱 Instagram Business

  • Instagram Node: Complete Instagram Business API
  • Instagram Trigger: Webhook receiver for Instagram events
  • Meta Instagram Advanced: AI-powered Instagram automation

📘 Facebook Business

  • Facebook Node: Complete Facebook Business API
  • Facebook Trigger: Webhook receiver for Facebook events

💬 WhatsApp Business

  • WhatsApp Node: Complete WhatsApp Business API
  • WhatsApp Trigger: Webhook receiver for WhatsApp events

🔧 Advanced Integration

  • Meta Integration Advanced: Multi-platform orchestration

✨ Key Features

🤖 AI-Powered Automation

  • ChatGPT integration for intelligent responses
  • Natural Language Processing (NLP)
  • Sentiment analysis and intent recognition
  • Auto-translation and smart content moderation

🎯 Advanced Lead Management

  • AI-powered lead scoring and qualification
  • Churn prediction and lifecycle management
  • CRM integration (HubSpot, Salesforce, Pipedrive, Zoho)
  • Automated lead nurturing campaigns

📊 Analytics & Intelligence

  • Real-time dashboards and advanced analytics
  • Conversion tracking and predictive analytics
  • Custom reports and data export
  • Engagement metrics and ROI tracking

🔗 Multi-Platform Integration

  • Cross-platform conversation sync
  • Email marketing (Mailchimp, SendGrid, Campaign Monitor)
  • E-commerce (Shopify, WooCommerce, Magento, BigCommerce)
  • Social media (Telegram, LinkedIn, TikTok, YouTube, Twitter)
  • Zapier integration (5000+ apps)

🏢 Enterprise Features

  • Team management and role-based access
  • Audit logging and compliance (GDPR, CCPA)
  • High availability and backup/recovery
  • Custom branding and white-label options

🚀 Quick Start

1. Installation

npm install n8n-nodes-meta-integration-advanced
# Etapa 4: Atualizar package.json com TODOS os nodes criados
echo "📦 Atualizando package.json com todos os nodes..."

cat > package.json << 'EOF'
{
  "name": "n8n-nodes-meta-integration-advanced",
  "version": "3.0.0",
  "description": "Complete Meta Integration Suite for n8n - Instagram Business, Facebook Pages/Groups, WhatsApp Business, Messenger + AI-Powered Advanced Automations",
  "keywords": [
    "n8n-community-node-package",
    "meta",
    "facebook",
    "instagram",
    "whatsapp",
    "messenger",
    "social-media",
    "automation",
    "webhook",
    "trigger",
    "business-api",
    "ai-powered",
    "chatgpt",
    "nlp",
    "sentiment-analysis",
    "lead-scoring",
    "crm-integration",
    "e-commerce",
    "analytics",
    "enterprise",
    "multi-platform",
    "zapier-alternative",
    "manychat-alternative"
  ],
  "license": "MIT",
  "homepage": "https://github.com/alexandreviolamelo/n8n-api-meta",
  "author": {
    "name": "Alexandre Viola Melo",
    "email": "alexandreviolamelo@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandreviolamelo/n8n-api-meta.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && npm run copy-icons",
    "copy-icons": "cp nodes/**/*.svg dist/nodes/ 2>/dev/null || true",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build",
    "test": "echo "No tests specified" && exit 0",
    "lint": "echo "No linting configured" && exit 0"
  },
  "files": [
    "dist",
    "index.js",
    "README.md",
    "LICENSE"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/MetaApi.credentials.js",
      "dist/credentials/MetaOAuth2Api.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Meta/Instagram.node.js",
      "dist/nodes/Instagram/InstagramTrigger.node.js",
      "dist/nodes/Meta/InstagramTrigger.node.js",
      "dist/nodes/Facebook/Facebook.node.js",
      "dist/nodes/Facebook/FacebookTrigger.node.js",
      "dist/nodes/WhatsApp/WhatsApp.node.js",
      "dist/nodes/WhatsApp/WhatsAppTrigger.node.js",
      "dist/nodes/MetaIntegrationAdvanced/MetaIntegrationAdvanced.node.js"
    ]
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "n8n-workflow": "*"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}

Keywords

n8n-community-node-package

FAQs

Package last updated on 01 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts