This workflow follows the Google Sheets → HTTP Request 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": "Model Onboarding Flow",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"updates": [
"message"
]
},
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"operation": "executeQuery",
"query": "SELECT * FROM DB_Modelos WHERE telegram_id = {{$json[\"message\"][\"from\"][\"id\"]}}"
},
"name": "Check Model Exists",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 2,
"position": [
650,
300
]
},
{
"parameters": {
"model": "meta-llama/llama-3.3-70b-instruct",
"prompt": "Eres un reclutador de modelos... {{$json[\"message\"][\"text\"]}}"
},
"name": "AI Agent (Hunter)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
850,
200
],
"notes": "Placeholder for AI Node"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Telegram Trigger",
"type": "main",
"index": 0
}
]
]
},
"Telegram Trigger": {
"main": [
[
{
"node": "Check Model Exists",
"type": "main",
"index": 0
}
]
]
},
"Check Model Exists": {
"main": [
[
{
"node": "AI Agent (Hunter)",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Model Onboarding Flow. Uses start, telegramTrigger, googleSheets, httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/Cinefilo007/agente-modelos/blob/29d04f977ab2dcec82910a75b3151a3856c8cb63/flows/onboarding_flow.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.
This workflow creates a multi-talented AI assistant named Simran that interacts with users via Telegram. It can handle text and voice messages, understand the user's intent, and perform various tasks.
Generate AI viral videos with NanoBanana & VEO3, shared on socials via Blotato 2. Uses @blotato/n8n-nodes-blotato, googleSheets, lmChatOpenAi, toolThink. Event-driven trigger; 94 nodes.
This project is a template for building a complete academic virtual assistant using n8n. It connects to Telegram, answers frequently asked questions by querying MongoDB, keeps the community informed a
This template is designed for marketers, content creators, and e-commerce brands who want to automate the creation of professional ad videos at scale. It’s ideal for teams looking to generate consiste
This automation is designed to help you generate AI-powered music tracks, cover art, and fully rendered music videos — all triggered from a simple Telegram chat and managed via Google Sheets.