This workflow follows the Agent → Chat Trigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Motivational Buddy",
"nodes": [
{
"parameters": {
"options": {
"systemMessage": "You are a famous motivational speaker helping people to stay motivated in their lives. Help the user with a short, powerful, and positive motivational message/quote and a small daily task. Output should include a morning message and a small daily task goal to improve by 1% each day. Include emojis. "
}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 3.1,
"position": [
-48,
-32
],
"id": "1a61e0c1-f3b9-4ecb-b88c-6c87e4269c94",
"name": "AI Agent"
},
{
"parameters": {
"modelName": "models/gemini-2.5-flash",
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"typeVersion": 1.1,
"position": [
-48,
128
],
"id": "0710136e-df2f-4259-9f3f-24122f1cb1ed",
"name": "Google Gemini Chat Model",
"credentials": {
"googlePalmApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"typeVersion": 1.4,
"position": [
-256,
-32
],
"id": "e1d600bf-4d61-4037-9bf1-234ac57d9535",
"name": "When chat message received"
}
],
"connections": {
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[]
]
},
"When chat message received": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"staticData": null,
"triggerCount": 0,
"meta": {
"templateCredsSetupCompleted": true
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googlePalmApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Motivational Buddy. Uses agent, lmChatGoogleGemini, chatTrigger. Chat trigger; 3 nodes.
Source: https://github.com/DuttPanchal04/n8n-ai-automation-portfolio/blob/main/motivational-buddy/motivational-buddy-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Calendar agent. Uses googleCalendarTool, chatTrigger, memoryBufferWindow, agent. Chat trigger; 7 nodes.
This n8n workflow operates as a two-agent system where each agent has a specialized task. The process flows from initial user input to a final analysis, with a seamless handoff between the agents. The
The purpose of this workflow, "Sell: Stock Vision," is to create an AI-powered technical analysis agent capable of analyzing financial charts for equity stocks and cryptocurrencies. This workflow prov
Purchasing Agent. Uses chatTrigger, agent, lmChatGoogleGemini, memoryPostgresChat. Chat trigger; 7 nodes.
AI Blog Generator. Uses chatTrigger, agent, lmChatGoogleGemini, memoryBufferWindow. Chat trigger; 7 nodes.