Block 1 - Daily Check at 8 AM
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Optimize your performance review process with this automated workflow. Running daily at 8 AM, it retrieves scheduled reviews from a Google Sheet, validates upcoming sessions, processes each review,...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.emailsend, n8n-nodes-base.googlecalendar
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceOptimize your performance review process with this automated workflow. Running daily at 8 AM, it retrieves scheduled reviews from a Google Sheet, validates upcoming sessions, processes each review, and sends email reminders to participants. It also updates Google Calendar events, notifies HR via Slack, and logs review statuses back into the sheet β ensuring a seamless, tracked, and multi-channel communication experience. π π€
Step 1: Triggers Daily Check at 8 AM to initiate the review process. β°
Step 2: Gets Review Schedule by reading planned reviews from a Google Sheet.
Step 3: Filters Upcoming Reviews to focus on sessions within the next 3 days.
Step 4: Validates Reviews Scheduled? Ensures reviews exist and are ready to process.
Step 5: Splits into Manual to handle each review individually.
Step 6: Prepares Review Data for notifications and updates.
Step 7: Branches actions:
βββ Sends Email Reminder to participants.
βββ Updates Calendar Event with the scheduled session.
βββ Notifies HR on Slack with review details.
βββ Updates Review Status in the Google Sheet with logged feedback.
Google Sheet Structure:
Set up Google Sheet
ββ Create a sheet with columns: Employee Name, Review Date, Reviewer, Status, Feedback, Updated At.
ββ Replace YOUR_SHEET_ID in the workflow with your actual Sheet ID.
Configure Daily Trigger
ββ Set the "Daily Check at 8 AM" node to run at 8:00 AM IST (adjust for timezone if needed).
Connect Google Calendar
ββ Enable Google Calendar OAuth2 and select the relevant calendar (e.g., [email protected]).
Customize Review Filter
ββ In "Filter Upcoming Reviews," set the range to check the next 3 days from today (e.g., October 24β27, 2025).
Set Up Notifications
ββ Edit the "Send Email Reminder" template (e.g., include review date and link).
ββ Configure "Notify HR on Slack" with your HR channel ID.
Test the Flow
ββ Add a test review entry in the sheet (e.g., date within 3 days).
ββ Run manually or wait until 8 AM IST on October 25, 2025 β Verify email, calendar event, Slack message, and sheet update.
Go Live
ββ Enable the daily trigger.
ββ Monitor sheet and notifications for the first run.
Workflow Complete!
Reviews scheduled, reminders sent, and feedback logged β all on autopilot.
Metrics to Track:
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 | Automate performance review process with Google Sheets, Calendar, Email & Slack |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | HR |
| Author | Oneclick AI Squad |
| Published | 24 Oct 2025 |
Use the JSON export at /data/workflows/10105/10105.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.
Optimize your performance review process with this automated workflow. Running daily at 8 AM, it retrieves scheduled reviews from a Google Sheet, validates upcoming sessions, processes each review,...
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 HR use case.