This powerful no-code workflow automates plagiarism detection using 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.
| 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 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. |
| Column Name | Description |
|---|---|
Content | The text to be checked for plagiarism |
Status | Workflow result (Success / Failed) |
Make sure these column headers exist in Row 1 of your Google Sheet.
Create a new Google Sheet.
In n8n, use the Google Sheets Trigger node:
Sheet1 or use gid=0).Use Google Sheets (service account) credential type for writing updates.
x-rapidapi-key and paste it into the Send Content to Plagiarism API node's header.

