When an employee requests PTO, the request needs manager approval, calendar updates, and a record in your HR sheet. This workflow handles it all automatically, from the initial form submission to the final approval email.
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 three credentials to your n8n instance: Gmail OAuth2, Google Sheets OAuth2, and the Google Service Account. Our setup guides walk you through each one step by step.
Enter your company details, webhook URL, calendar ID, spreadsheet ID, and credential IDs into the configurator. Download your pre-configured workflow JSON and Apps Script files.
Import the workflow JSON into n8n. Paste the Apps Script into your Google Sheet's script editor (Extensions → Apps Script), and create a sheet tab named "Error Log" in your Google Sheet. Run the setup() function once to register the form trigger.
Submit a test PTO request form and confirm the manager notification is sent, the calendar is updated, and the PTO record appears in your Google Sheet.
Ready to set this up?
Configure this template →