Package Information
Documentation
n8n-nodes-repliz-otomation (Unofficial)
[!IMPORTANT]
This is an Unofficial n8n community node for Repliz. It is built to extend n8n capabilities with advanced polling, dual-mode triggers, and smart AI context. It is not affiliated with or maintained by the official Repliz team.

Automate your social media interactions, schedule posts, and handle incoming comments/chats across all platforms (Instagram, TikTok, Facebook, Threads, LinkedIn, YouTube) from a single n8n workflow.
🌟 Key Features
- 🚀 Dual-Mode Trigger (Otomatis):
- Polling: Checks for new entries automatically. Ideal for environments where webhooks are restricted.
- Webhook (Real-time): Instant triggers for Comments, Chats, and Schedule status changes.
- 📱 Comprehensive Social Scheduling: Full support for Media Type selection (Reel, Story, Video, Image, Album) and platform-specific metadata.
- 💬 Smart Comment Management: Reply to comments, filter by status, and fetch context (Post Title, Platform) automatically for AI usage.
- 🤖 AI Ready: Trigger output includes flattened fields (
commentText,postTitle, etc.) perfect for LLM nodes like OpenAI or Claude. - 💎 Premium UX: Dynamic dropdowns fetch your real accounts, status-aware filtering, and debug modes for easy testing.
⚙️ Installation
1. Simple Install (Recommended)
- In n8n, go to Settings > Community Nodes.
- Click Install a new node.
- Enter
n8n-nodes-repliz-otomation. - Follow the prompts to finish.
2. Manual Install (CLI)
npm install n8n-nodes-repliz-otomation
🔑 Credentials Setup
- Log in to your Repliz API Settings.
- Generate/Copy your Access Key and Secret Key.
- In n8n, create a new Repliz API credential.
- Paste your keys and save.
🎯 Trigger Guide (Repliz Trigger)
The Trigger node supports two main modes:
Polling Mode (Default)
Check for updates at regular intervals. Best for general comment monitoring.
- Supported Events:
On Comment,On Schedule Status. - Note:
On Chatpolling is not yet supported by the public API – please use Webhook mode for chats. - Always Trigger (Debug): Enable this in Options to force-trigger entries during testing, ignoring deduplication.
Webhook Mode (Real-time)
Instant notification when an event occurs. Search "Webhook" in Repliz Settings to configure.
- Supported Events:
Chat,Comment,Schedule Status. - Setup:
- Set Trigger Mode to
Webhook. - Add a Webhook Token (Password-like string).
- Copy the URL to Repliz Dashboard.
- Ensure the Secret Token in Repliz matches your n8n Webhook Token.
- Set Trigger Mode to
📄 Operations Reference
1. Account
- Get Many: List all your connected social media accounts (Instagram, TikTok, FB, etc.).
- Get: Retrieve specific account profile data.
2. Schedule (Post Creation)
- Create: Post content with support for:
- Medias: URL, Type, Thumbnail, Alt Text.
- Instagram: Collaborators & Story support.
- TikTok: AI-Generated Label & Draft status.
- Threads: Nested replies for threads.
- Get Many: List scheduled items (Pending/Success/Failed).
- Delete: Remove a scheduled item before it posts.
3. Queue (Comments)
- Get Many: Audit comments from any platform. Use filters for specific Accounts or Statuses.
- Reply: Send text replies. TikTok replies are limited to 150 characters.
💡 Best Practice & AI Flows
AI Comment Gateway (Context Aware)
The trigger node automatically provides:
postTitle: The title/description of the post being commented on.commentText: The actual user comment.platform: Where it came from (e.g.,tiktok).
Logic Flow:Repliz Trigger -> OpenAI (Prompt: "Reply to {{commentText}} about {{postTitle}}") -> Repliz Reply.
🛠 Troubleshooting & Limits
- "Polling for Chat messages is not supported": This is an API limitation. Switch to Webhook Mode to track chat messages.
- Empty Polling Results: Check your Status filter. If set to
Pending, only new/unhandled items appear. Turn on Always Trigger (Debug) in node options to force see items. - Dropdowns not loading: Click the "Refresh" icon next to the field. Ensure your credentials are valid.
- TikTok 150 Limit: Replies longer than 150 chars will be truncated by TikTok.
📦 Versioning & Support
This node is maintained as an Unofficial Community Contribution.
- Latest Version: v0.1.30
- Report Issues: Please check the API Documentation for endpoint constraints.
- Developer: asifdzaki
License
MIT