Automate your employee offboarding end to end.
When an employee leaves, there are a dozen manual tasks that need to happen: suspending their Google account, notifying IT and payroll, collecting equipment, and more. This workflow handles it all automatically the moment an offboarding form is submitted.
The complete workflow.
$79 one-time payment, lifetime access. After purchasing on Gumroad, come back here and open Configure to enter your license key and download the workflow files.
Setup takes 30-50 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.
Before creating your service account key, you must temporarily unenforce three Google Cloud organization policies that block service account and key creation. Go to console.cloud.google.com, search for Organization Policies, and for each of the policies below, click Override parent's policy, set to Not enforced, and save.
Create a Service Account in Google Cloud, enable Domain-wide Delegation so the workflow can automatically suspend Google accounts on an employee's last day, and create a JSON key for the service account.
Open n8n and import the JSON key immediately (covered in the Connect Credentials section below). Delete the JSON file from your Downloads folder after importing. If you need to keep a backup, store it somewhere secure: not your Desktop, not email, and not a shared drive.
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.
Once your service account credential is confirmed working in n8n, re-enforce the three org policies to secure your Google Workspace. Go to console.cloud.google.com, search for Organization Policies, and for each policy below, select Override parent's policy, set to Enforced, and save.
Enter your company details, Google Sheet ID, and credential IDs into the configurator. 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 offboarding form and confirm all four notification emails send correctly and the exit record appears in your Google Sheet.
For the full walkthrough, see the setup guide.
Which n8n version do I need?
Tested on n8n 2.23.4. Works on recent n8n versions, whether self-hosted or n8n Cloud.
Do I need to know how to code?
No. The included configuration tool handles setup with no JSON editing. The only technical step is pasting a provided Google Apps Script into your Google Sheet's script editor: a copy-paste, not writing code.
What's your refund policy?
30-day money-back guarantee. If the workflow doesn't work for your setup and support couldn't resolve it, I'll issue a full refund. The template's Gumroad listing is the authoritative source.
Reach support at support@tl-hr.com.
View this template's Gumroad listing for the authoritative source.
What Google Workspace permissions do I need?
Google Workspace admin access, plus a Google Service Account with Domain-Wide Delegation (scope: admin.directory.user). The workflow suspends Workspace accounts, which requires admin-level access.