repliz-otomation

n8n community node for Repliz – Smart Comment Management for All Platforms

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.

Repliz Unofficial Banner

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)

  1. In n8n, go to Settings > Community Nodes.
  2. Click Install a new node.
  3. Enter n8n-nodes-repliz-otomation.
  4. Follow the prompts to finish.

2. Manual Install (CLI)

npm install n8n-nodes-repliz-otomation

🔑 Credentials Setup

  1. Log in to your Repliz API Settings.
  2. Generate/Copy your Access Key and Secret Key.
  3. In n8n, create a new Repliz API credential.
  4. 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 Chat polling 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:
    1. Set Trigger Mode to Webhook.
    2. Add a Webhook Token (Password-like string).
    3. Copy the URL to Repliz Dashboard.
    4. Ensure the Secret Token in Repliz matches your n8n Webhook Token.

📄 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.


License

MIT

Discussion