Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the entire Calendly onboarding and offboarding process for company users. It relies on form submissions, Google Sheets as a source of truth, AI generated HR emails, man in t...
@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.merge, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.formtrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automates the entire Calendly onboarding and offboarding process for company users. It relies on form submissions, Google Sheets as a source of truth, AI-generated HR emails, man-in-the-loop approval steps, and direct API interactions with Calendly.
✅ Full Automation of Routine HR Processes
The workflow removes the need for HR to manually add or remove Calendly users. It handles data collection, checks eligibility, interacts with Calendly’s API, and updates records automatically.
✅ Centralized Data Management
All onboarding/offboarding data is stored and maintained in a Google Sheet, ensuring a single source of truth for user status and activity tracking.
✅ Built-in Human Validation (Man-in-the-Loop)
HR receives automated approval emails and must validate each action before a Calendly account is created or removed. This ensures:
✅ AI-Generated Professional Communication
OpenAI generates polished, consistent HTML emails for HR, improving communication quality and reducing manual writing time.
✅ Clean Separation of Onboarding and Offboarding Paths
Both processes are independent but structured similarly, making maintenance easier and ensuring consistent logic.
✅ Direct Integration with Calendly’s API
The workflow automatically:
This eliminates manual operations inside Calendly, greatly reducing administrative workload.
✅ Error Reduction & Traceability
Since every action is logged in the Google Sheet, HR can easily track:
✅ Improved User Experience
The final screens (“Onboarding complete”, “Offboarding complete”, “Not approved”) provide immediate feedback to the requester.
The workflow contains two parallel automation paths:
User submits the Onboarding Form The form collects first name, last name, and email.
User is appended to the Google Sheet A new record is added with date, name, email, and a placeholder for the Calendly status.
AI-generated email is prepared OpenAI generates a full HTML email notifying HR about the onboarding request.
HR receives an approval request via email Using Gmail’s “send and wait” feature, HR must approve or reject onboarding.
If approved:
CALENDLY = on).If rejected:
User submits the Offboarding Form Only the email is required.
The system checks the Google Sheet It verifies if the email exists and if the user currently has Calendly access.
If the user exists, the workflow:
If HR approves:
CALENDLY = off).If approval is denied:
Here's a description of the Calendly Onboarding and Offboarding workflow for n8n:
This workflow automates user onboarding and offboarding processes for Calendly with human approval steps. The system operates through two parallel streams:
Onboarding Process:
Offboarding Process:
Prerequisites:
Configuration Steps:
Google Sheets Setup:
Calendly API Configuration:
Email System Setup:
Form Configuration:
AI Email Generation:
Workflow Activation:
Contact me for consulting and support or add me on Linkedin.
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.
Showing the first 24 of 32 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate Calendly user onboarding & offboarding with Google Sheets and human approval |
|---|---|
| Complexity | advanced |
| Nodes | 32 |
| Categories | HR, Multimodal AI |
| Author | Davide |
| Published | 20 Nov 2025 |
Use the JSON export at /data/workflows/11050/11050.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.
This workflow automates the entire Calendly onboarding and offboarding process for company users. It relies on form submissions, Google Sheets as a source of truth, AI generated HR emails, man in t...
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, Multimodal AI use case.