Block 1 - Scheduled Workflow Trigger
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Facebook Page Comment Moderation Scoreboard → Team Report This workflow automatically monitors Facebook Page comments, analyzes them using AI for intent, toxicity & spam, stores moderation results ...
n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.supabase, n8n-nodes-base.telegram, n8n-nodes-base.slack, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically monitors Facebook Page comments, analyzes them using AI for intent, toxicity & spam, stores moderation results in a database and sends a clear summary report to Slack and Telegram.
This workflow runs every few hours to fetch Facebook Page comments and analyze them using OpenAI. Each comment is classified as positive, neutral or negative, checked for toxicity, spam & abusive language and then stored in Supabase. A simple moderation summary is sent to Slack and Telegram.
You receive:
Ideal for teams that want visibility into comment quality without manually reviewing every message.
This workflow automates Facebook comment moderation by:
This ensures consistent, repeatable moderation with no manual effort.
This workflow is ideal for:
To run this workflow, you need:
Update the normalization logic to:
You can extend Supabase fields to include:
Slack and Telegram messages can include:
You can extend this workflow to:
Automatically identify harmful or spam comments.
Spot negative sentiment early and respond faster.
Detect complaints or frustration in comments.
Measure positive vs negative engagement.
Keep historical moderation logs in a database.
| Issue | Possible Cause | Solution |
|---|---|---|
| No comments fetched | Invalid Facebook token | Refresh token & permissions |
| AI output invalid | Prompt formatting issue | Use strict JSON prompt |
| Data not saved | Supabase mapping mismatch | Verify table fields |
| Slack message missing | Channel or credential error | Recheck Slack config |
| Telegram alert fails | Wrong chat ID | Confirm bot permissions |
| Workflow not running | Trigger disabled | Enable Cron node |
If you need help customizing, scaling or extending this workflow — such as advanced moderation logic, dashboards, auto-actions or production hardening, then our n8n workflow development team at WeblineIndia can assist with expert automation solutions.
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 | Moderate Facebook comments with AI and send reports to Slack & Telegram |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Ticket Management, AI Summarization |
| Author | WeblineIndia |
| Published | 22 Dec 2025 |
Use the JSON export at /data/workflows/12028/12028.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.
Facebook Page Comment Moderation Scoreboard → Team Report This workflow automatically monitors Facebook Page comments, analyzes them using AI for intent, toxicity & spam, stores moderation results ...
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 Ticket Management, AI Summarization use case.