Telegram Toxic Language Detector with AI Moderation - n8n Workflow | Neura Market
Telegram Toxic Language Detector with AI Moderation
Detects profanity, insults, and threats in Telegram messages using Google Perspective API and auto-responds to toxic content.
This workflow automates moderation in Telegram chats by triggering on new or edited messages. It uses the Google Perspective API to analyze message text for toxic attributes like identity attacks, threats, and profanity, scoring them on a 0-1 probability scale.
If the toxicity score exceeds 0.7, it sends an automated warning message ('I don't tolerate toxic language') back to the chat. Otherwise, it takes no action via a NoOp node. This ensures clean, safe conversations without manual intervent
Platform
n8n
Category
Business Intelligence
Price
$12.99
Creator
Fred Garcia
telegram
moderation
toxicity-detection
ai
nlp
google-perspective
chatbot
automation
text-analytics
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.