Automate your employee onboarding end to end.
When a new employee joins, there are a dozen manual tasks that need to happen: creating their Google account, setting up IT access, notifying payroll and their manager, and more. This workflow handles it all automatically the moment an onboarding form is submitted.
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.
Create a Google Cloud Project and enable the Gmail API, Google Sheets API, and Admin SDK API. Google provides official documentation for this step.
Create a Service Account in Google Cloud and enable Domain-wide Delegation so the workflow can automatically create Google Workspace accounts for new hires.
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, Google Sheet ID, and credential IDs into the configurator. Customize the onboarding checklist and download your pre-configured workflow JSON and Apps Script files.
Import the workflow JSON into n8n and paste the Apps Script into your Google Form's script editor. Run the setup() function once to register the form trigger.
Submit a test onboarding form and confirm all four notification emails send correctly and the onboarding record appears in your Google Sheet.
Ready to set this up?
Configure this template →