workflows.fit
Back to n8n workflows
n8n templateFreeBy Sk developer

Automated plagiarism detection with email reports using RapidAPI & Google Sheets

πŸš€ Automated Plagiarism Checker Using Rapid API & Google Sheet logging πŸ“„ Description This powerful no-code workflow automates plagiarism detection using [Plagiarism Checker AI Powered](https://rapidapi.com/skdevelope...

CommunicationHITLCore NodesData & StorageProductivityDevelopmentGoogle Sheets TriggerHttp Request
Loading interactive preview...

Template notes

πŸš€ Automated Plagiarism Checker Using Rapid API & Google Sheet logging

πŸ“„ Description

This powerful no-code workflow automates plagiarism detection using [Plagiarism Checker AI Powered](https://rapidapi.com/skdeveloper/api/plagiarism-checker-ai-powered). Users submit text through Google Sheets. The system checks for duplication using the API, sends a detailed HTML report via email, and logs the results β€” all without human intervention.

---

πŸ”§ How the Workflow Works

| Node Name | Purpose | | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | Trigger - New Row in Google Sheet | Watches for new rows added to a connected Google Sheet. | | Send Content to Plagiarism API | Sends the user-submitted content to the [Plagiarism Checker AI Powered API](https://rapidapi.com/skdeveloper/api/plagiarism-checker-ai-powered) via POST. | | Check API Response Success | Verifies if the API responded successfully and returned results. | | Extract Plagiarism Results | Extracts matched results (if any) from the API response. | | Generate HTML Plagiarism Report | Creates a styled HTML report with similarity scores, links, and matched content. | | Send Report to User via Email | Sends the plagiarism report to the user using SMTP. | | Mark Status: Success in Google Sheet | Updates the Google Sheet with a "Success" status once the email is sent. | | Send Failure Alert to IT | If the API check fails, sends an alert email to IT for investigation. | | Mark Status: Failed in Google Sheet | Updates the Google Sheet with a "Failed" status if the process doesn’t complete successfully. |

---

🧾 Google Sheet Configuration