Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Instagram Auto Comment Responder with AI Agent Integration Version: 1.1.0 ‧ n8n Version: 1.88.0+ ‧ License: MIT A fully automated workflow for managing and responding to Instagram comments using AI...
n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.respondtowebhook, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.filter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Luciano Gutierrez.
Original n8n.io sourceVersion: 1.1.0 ‧ n8n Version: 1.88.0+ ‧ License: MIT
A fully automated workflow for managing and responding to Instagram comments using AI agents. Designed to improve engagement and save time, this system listens for new Instagram comments, verifies and filters them, fetches relevant post data, processes valid messages with a natural language AI, and posts context-aware replies directly on the original post.
id and caption from the Graph API (v22.0) before generating a reply.Webhook Verification
hub.challenge to confirm subscription and secure incoming events.Data Extraction
conta.id, usuario.id, usuario.name, usuario.message.id, usuario.message.text, usuario.media.id, endpoint.User Validation
conta.id equals usuario.id (self-comments).Post Data Retrieval
https://graph.instagram.com/v22.0/{{ $json.usuario.media.id }}?fields=id,caption&access_token={{ credentials }} AI Response Generation
[IGNORE] for irrelevant content.Posting the Reply
{{ $json.endpoint }}/{{ $json.usuario.message.id }}/replies with message={{ $json.output }} Import Workflow
In n8n > Workflows > Import from File, upload the provided .json template.
Configure Credentials
instagram_basic, instagram_manage_comments scopes. Customize System Prompt
Test & Activate
Extend & Monitor
Social Media • Instagram Automation • Webhook Verification • AI Agent • HTTP Request • Auto Reply • Community Management
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated Instagram comment replies using Gemini AI with context-aware responses |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Social Media, AI Chatbot |
| Author | Luciano Gutierrez |
| Published | 25 Apr 2025 |
Use the JSON export at /data/workflows/3713/3713.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Instagram Auto Comment Responder with AI Agent Integration Version: 1.1.0 ‧ n8n Version: 1.88.0+ ‧ License: MIT A fully automated workflow for managing and responding to Instagram comments using AI...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, AI Chatbot use case.