Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automatically replies to new comments on your Instagram posts using smart AI. It checks your recent posts, finds unread comments, and skips spam or duplicates. The AI reads the post a...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.merge, n8n-nodes-base.redis, n8n-nodes-base.if, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis workflow automatically replies to new comments on your Instagram posts using smart AI.
It checks your recent posts, finds unread comments, and skips spam or duplicates.
The AI reads the post and comments to create a friendly, natural reply with emojis.
It posts the reply instantly and logs everything so you can track engagement.
Perfect for busy creators — stays active 24/7 without you lifting a finger!
| Node Name | Description |
|---|---|
| Schedule Trigger | Triggers workflow based on traffic level (2–10 min intervals). |
| Get Recent Posts | Fetches recent posts using Instagram Graph API. Returns post IDs needed to fetch comments. |
| Split Posts | Splits batch of posts into individual items for parallel processing. |
| Get Comments | For each post, retrieves comments with content, username, timestamp, like count. |
| Split Comments | Splits comments into individual items for granular processing. |
| Add Post Context | Combines comment + original post caption to generate relevant replies. |
| Check if Replied | Checks if AI has already replied to this comment (prevents duplicate replies). |
| Not Replied Yet? | Routes only unreplied comments forward. |
| Spam Filter | Filters out spam using: • Spam keywords • Empty/one-word comments • Excessive emojis • Known spam patterns |
| Should Reply? | Final logic gate: • If reply key exists → Skip • If spam → Skip • Else → Proceed |
| Generate AI Reply | Uses OpenAI (or compatible LLM): • Input: Post caption + comment • Tone: Friendly & engaging • Max tokens: 150 • Temperature: 0.8 (creative) |
| Post Reply | Posts AI-generated reply via Instagram API: • Method: POST • Body: message parameter • TTL: 30 days |
| Mark As Replied | Updates internal tracking to prevent duplicate replies. |
| Log Reply | Logs full reply details: • Post ID • Comment ID • Username • Reply text • Timestamp • Used for analytics & reporting |
> The bot will only reply once per comment, skip spam, and use full post context for natural responses.
pages_read_engagement, pages_manage_comments permissions.Explore More AI Workflows: https://www.oneclickitsolution.com/contact-us/
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.
Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate Instagram comment replies with OpenAI and Redis tracking |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Social Media, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 30 Oct 2025 |
Use the JSON export at /data/workflows/10307/10307.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.
This workflow automatically replies to new comments on your Instagram posts using smart AI. It checks your recent posts, finds unread comments, and skips spam or duplicates. The AI reads the post a...
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, Multimodal AI use case.