Automate employee HR requests end to end.
Employees fill out a single Google Form to request a title change, pay change, equipment, or schedule change. The request is logged in a Google Sheet and the manager receives an email with Approve and Reject links. The decision is written back to the same row along with who decided and when.
Setup takes around 30-45 minutes. Here's what's involved:
Visit tl-hr.com and enter your license key to access the configurator. Download your pre-configured workflow and copy the Google Form and Google Sheet templates provided.
Enable the Gmail API and Google Sheets API in your Google Cloud Project. Google's official documentation covers how to enable APIs.
Add two credentials to your n8n instance: Gmail OAuth2 and Google Sheets OAuth2. Our setup guides walk you through each one step by step.
Enter your company details, webhook URL, sheet ID, and credential IDs into the configurator. Download your pre-configured workflow JSON and Apps Script files.
Link your Google Form to the copied Google Sheet (Responses tab → Link to Sheets → Select existing spreadsheet). Then paste the Apps Script into the Sheet's script editor (Extensions → Apps Script) and run the setup() function once. The Apps Script setup function creates an Error Log tab and adds the Status, Decision timestamp, Decided by, and row_number columns.
Submit a test employee request form and confirm the manager notification is sent with Approve and Reject links. Click Approve (and then submit another and click Reject) and confirm the Sheet row updates to Approved or Rejected with a decision timestamp and the manager's email, and the employee receives a notification email.
For the full walkthrough, see the setup guide.
Ready to set this up?
Configure this template →