Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
Watch the Video Demo For a visual walkthrough of this automation in action, check out the tutorial below: https://youtu.be/vX 0vv7OUXc Workflow Overview This n...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-pdfbro.pdfbro, n8n-nodes-base.gmailtrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by iamvaar.
Original n8n.io source📺 Watch the Video Demo
For a visual walkthrough of this automation in action, check out the tutorial below:
This n8n workflow creates a fully automated end-to-end recruitment and onboarding engine. It streamlines two critical phases of HR operations:
Triggered via Webhook
This section handles the initial processing of a successful candidate.
POST): The workflow starts when candidate data (personal info, job details, bank info) is posted to the webhook URL.workplace_acc_created? to "no".Triggered via Gmail Polling
This section runs periodically to check if the candidate has accepted the job offer.
workplace_acc_created? is not "yes").If the AI confirms the email is an acceptance ("Yes"):
[email protected]).changePasswordAtNextLogin: true).Gmail (Send Credentials):
Sends a beautifully formatted HTML email to the new employee's personal address.
Contains their new Work Email and Temporary Password.
Includes a "Log In to Workplace" button.
Google Sheets (Update Status):
Updates the candidate's row in the DB.
Sets workplace_acc_created? to "yes" to prevent duplicate account creation in the future.
To use this workflow, you will need to configure the following credentials in n8n:
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.
| Workflow | Automate employee onboarding and Google Workspace account creation with Gmail, Google Sheets, PDFBro and Google Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | HR, AI Summarization |
| Author | iamvaar |
| Published | 01 Feb 2026 |
Use the JSON export at /data/workflows/13145/13145.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Watch the Video Demo For a visual walkthrough of this automation in action, check out the tutorial below: https://youtu.be/vX 0vv7OUXc Workflow Overview This n...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, AI Summarization use case.