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.
Setup takes around 30-45 minutes. Here's what's involved:
Make a copy of the provided Google Form and Google Sheet templates. These will be your own private copies. Changes you make won't affect other buyers.
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 suspend Google accounts on an employee's last day.
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. 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.
Ready to set this up?
Configure this template →