Automate Instagram comment responses with Google Sheets & CRM tracking
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. 🎯 Overview This n8n workflow template automates the process of monitoring Instagram comments and sending predefined...
Template notes
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
🎯 Overview This n8n workflow template automates the process of monitoring Instagram comments and sending predefined responses based on specific comment keywords. It integrates Instagram's Graph API with Google Sheets to manage comment responses and maintains an interaction log for customer relationship management (CRM) purposes.
🔧 Workflow Components The workflow consists of 9 main nodes organized into two primary sections:
📡 Section 1: Webhook Verification - ✅ Get Verification (Webhook node) - 🔄 Respond to Verification Message (Respond to Webhook node)
🤖 Section 2: Auto Comment Response - 📬 Insta Update (Webhook node) - ❓ Check if update is of comment? (Switch node) - 👤 Comment if of other user (If node) - 📊 Comment List (Google Sheets node) - 💬 Send Message for Comment (HTTP Request node) - 📝 Add Interaction in Sheet (CRM) (Google Sheets node)
🛠️ Prerequisites and Setup Requirements
1. 🔵 Meta/Facebook Developer Setup
📱 Create Facebook App > 📋 Action Items: > - [ ] Navigate to [Facebook Developers](https://developers.facebook.com/) > - [ ] Click "Create App" and select "Business" type > - [ ] Configure the following products: > - ✅ Instagram Graph API > - ✅ Facebook Login for Business > - ✅ Webhooks