Skip to main content

Onboard employees from Google Forms with Slack, Jira, and GitHub access

Workflow preview

Workflow preview
100%
Onboard employees from Google Forms with Slack, Jira, and GitHub access preview
Open on n8n.io

1. Workflow Overview

How it works 1. New Google Form response triggers the workflow 2. Checks if employee was already onboarded (prevents duplicates) 3. Adds user to department specific Slack channel 4. If in Software ...

Best for

  • HR automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.httprequest, n8n-nodes-base.jira, n8n-nodes-base.googlesheets

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Onboard employees from Google Forms with Slack, Jira, and GitHub access
Workflow name
Onboard employees from Google Forms with Slack, Jira, and GitHub access

How it works

  1. New Google Form response triggers the workflow
  2. Checks if employee was already onboarded (prevents duplicates)
  3. Adds user to department-specific Slack channel
  4. If in Software department, grants GitHub repo access
  5. Invites user to Jira and creates an onboarding task
  6. Updates Google Sheet status to "Completed"

Set up steps

Estimated setup time: 10-15 minutes

  1. Connect Google Sheets (2 min) - Update sheet ID in trigger and update nodes
  2. Configure Slack (3 min) - Add channel IDs and admin user ID to Code node config
  3. Set up Jira (3 min) - Add project keys and component IDs to Code node config
  4. Configure GitHub (2 min) - Add org name and repo names to Code node config

Detailed setup instructions are included in the sticky notes within the workflow.

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 - Workflow Explanation

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

Block 2 - Group: Sorting Office

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

Block 3 - Group: Digital Onboarding

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

Block 4 - New Google Form Response

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

Block 5 - Map department and team configuration

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

Block 6 - Check if onboarding already completed

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

Block 7 - Notify admin if already processed

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 8 - Add user to department Slack channel

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 9 - Check if department is software

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

Block 10 - Add user to GitHub repository

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 11 - Create onboarding task in Jira

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

Block 12 - Invite user to Jira

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 13 - Update Google Sheet status to completed

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

3. Summary Table

Workflow Onboard employees from Google Forms with Slack, Jira, and GitHub access
Complexity intermediate
Nodes 13
Categories HR
Author Natnail Getachew
Published 21 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14221/14221.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 Onboard employees from Google Forms with Slack, Jira, and GitHub access do?

How it works 1. New Google Form response triggers the workflow 2. Checks if employee was already onboarded (prevents duplicates) 3. Adds user to department specific Slack channel 4. If in Software ...

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 use case.