Skip to main content

Automate multi-step onboarding with Google Sheets, Forms and Gmail notifications

Workflow preview

Workflow preview
100%
Automate multi-step onboarding with Google Sheets, Forms and Gmail notifications preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n workflow enables teams to automate and standardize multi step onboarding or messaging workflows using Google Sheets , Forms , Gmail , and dynamic logic powered by Code and Switch nodes. It...

Best for

  • HR automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.form, n8n-nodes-base.noop, n8n-nodes-base.executeworkflowtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by PollupAI.

Original n8n.io source

1.1 Workflow description

Title
Automate multi-step onboarding with Google Sheets, Forms and Gmail notifications
Workflow name
Automate multi-step onboarding with Google Sheets, Forms and Gmail notifications

This n8n workflow enables teams to automate and standardize multi-step onboarding or messaging workflows using Google Sheets, Forms, Gmail, and dynamic logic powered by Code and Switch nodes. It ensures the right email is sent at the right step, tracks progress in Google Sheets, and handles errors or escalations.


🧑‍💼 Who is this for?

  • HR and PeopleOps teams managing candidate or employee onboarding processes

  • Customer success or onboarding teams handling structured, step-based journeys

  • Any team using Google Sheets as a lightweight CRM or workflow tracker


🧩 What problem is this workflow solving?

Coordinating multi-step onboarding or communication flows using spreadsheets and email can quickly become error-prone. This workflow:

  • Dynamically detects the current step and status from a Google Sheet

  • Sends the right message at the right time

  • Updates statuses and creates next steps

  • Handles errors with escalation logic


⚙️ What this workflow does

  1. Trigger via Form or Manual Execution

    • Users can fill a web form or run the workflow manually.
  2. Read Google Sheets

    • Retrieves step definitions and user progress from two sheets:

      • One for message templates

      • One for user step/status tracking

  3. Generate Message Table

    • Uses custom JavaScript to parse and structure message templates based on step and message type (sent, completed, error).
  4. Determine User Step

    • A Switch node checks the user’s current step and status.

    • Logic branches into the correct flow for message sending and verification.

  5. Send Message

    • Message variables are replaced using a Code node.

    • Final message is sent via Gmail or another workflow (using Execute Workflow).

  6. Update Sheets

    • Marks the step as completed or passed.

    • Creates the next step in the sheet with updated status.

  7. Handle Errors

    • If the step fails, an error message is sent to the responsible admin.

🛠️ Setup

  1. Connect Google Sheets and Gmail:

    • Ensure credentials are configured in n8n.
  2. Prepare Sheets:

    • One sheet for messages with steps/types/subjects/content. You can copy the one from here

    • One sheet for tracking users and their current step/status. You can copy the one from here

  3. Customize Webform:

    • Use the provided form to capture First Name, Last Name, and Email.
  4. Connect to Your Email Templates:

    • Ensure your message structure follows the expected JSON format by step and type.

✏️ How to customize this workflow to your needs

  • Add More Steps: Expand the Switch logic and template sheet for more steps.

  • Use Different Channels: Replace Gmail with Slack, Telegram, or another messaging node.

  • Change Form Fields: Adjust the FormTrigger node to match your onboarding fields.

  • Custom Error Logic: Customize escalation emails, including admin routing or Slack alerts.

  • Integrate with Databases: Swap Google Sheets with Airtable, PostgreSQL, or Notion.


This workflow is ideal for automating repetitive, step-based processes involving human communication. It’s modular, extensible, and powered by spreadsheet-driven logic.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Generate message table

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Read MSG status Rows

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 4 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 5 - If completed4

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 6 - Form

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 7 - Save registration Data

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 8 - Read Messages

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 9 - Update row to completed

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 10 - Do some action

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 11 - Check if action done

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 12 - Create next step

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 13 - Send message

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 14 - Gmail2

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 15 - Send msg to user

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.2

Block 16 - Send msg to admin

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.2

Block 17 - Send msg to user1

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.2

Block 18 - Set variables

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 20 - Send msg to admin1

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.2

Block 21 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 23 - Switch1

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 24 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate multi-step onboarding with Google Sheets, Forms and Gmail notifications
Complexity advanced
Nodes 31
Categories HR, Multimodal AI
Author PollupAI
Published 25 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7809/7809.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate multi-step onboarding with Google Sheets, Forms and Gmail notifications do?

This n8n workflow enables teams to automate and standardize multi step onboarding or messaging workflows using Google Sheets , Forms , Gmail , and dynamic logic powered by Code and Switch nodes. It...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR, Multimodal AI use case.