Block 1 - When chat message received
- Type / Role
- @n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
What this workflow does Front door chat orchestrator that delegates calendar requests to a separate Sub Agent workflow which holds Google Calendar tools (Get, Create, Delete). Keeps the agent perso...
@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.toolworkflow, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Calistus Christian.
Original n8n.io sourceFront-door chat orchestrator that delegates calendar requests to a separate Sub-Agent workflow which holds Google Calendar tools (Get, Create, Delete). Keeps the agent persona and memory in the Parent for clean separation of concerns.
Pipeline: Chat Trigger → Parent Agent ("Albert") → sub_agent_cal (Execute Workflow Tool) → Child Sub-Agent → Google Calendar
Category: Productivity / Calendar / Agentic
Time to set up: ~10--15 minutes
Difficulty: Intermediate
Cost: Mostly free (n8n CE; OpenAI + Google Calendar usage as configured)
n8n with chat trigger enabled.
OpenAI credentials.
The companion template: Agentic Google Calendar Assistant --- Sub-Agent (Calendar Tools).
After importing both, open this Parent and re-select the Sub-Agent in the toolWorkflow node.
Import this Parent workflow.
Import the Sub-Agent workflow (Template B).
In the Parent, open sub_agent_cal (Tool → Workflow) and select the imported Sub-Agent workflow.
Ensure the input mapping passes:
chatInput → text
sessionId → sessionid
Add your OpenAI credential to the OpenAI Chat Model node.
Activate the Parent workflow.
"Create a meeting tomorrow 3--4pm called 'Product Sync'" → Sub-Agent should create the event and the agent should confirm.
"What's on my calendar this week?" → Lists events.
"Delete my 'Dentist' appointment on Thursday" → Finds and deletes the event.
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 | Manage Google Calendar events with GPT-4o virtual assistant (Orchestrator) |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | AI Chatbot, Multimodal AI |
| Author | Calistus Christian |
| Published | 24 Aug 2025 |
Use the JSON export at /data/workflows/7786/7786.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.
What this workflow does Front door chat orchestrator that delegates calendar requests to a separate Sub Agent workflow which holds Google Calendar tools (Get, Create, Delete). Keeps the agent perso...
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 AI Chatbot, Multimodal AI use case.