This workflow corresponds to n8n.io template #telegram-scraper-tutoriais-obsidian — we link there as the canonical source.
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": "Telegram Scraper - Tutoriais para Obsidian",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "telegram-tutoriais",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook - Novo Tutorial",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1.1,
"position": [
250,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.classification }}",
"operation": "equals",
"value2": "tutorial"
}
]
}
},
"id": "filter-tutoriais",
"name": "Filtrar Tutoriais",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
470,
300
]
},
{
"parameters": {
"functionCode": "// Formatar conte\u00fado para Obsidian Markdown\nconst item = items[0].json;\n\nconst date = new Date().toISOString().split('T')[0];\nconst tags = item.tags || [];\nconst tagsStr = tags.map(t => `#${t.replace(/\\s+/g, '-')}`).join(' ');\n\nconst markdown = `---\ntitle: ${item.summary || 'Tutorial sem t\u00edtulo'}\ndate: ${date}\ncategory: tutorial\nrelevance: ${item.relevanceScore || 0}\nconfidence: ${item.confidence || 0}\nchannel: ${item.channelName || 'Unknown'}\ntags: [${tags.map(t => `\"${t}\"`).join(', ')}]\n---\n\n# ${item.summary || 'Tutorial'}\n\n${tagsStr}\n\n## Conte\u00fado Original\n\n${item.content}\n\n## Metadados\n\n- **Canal**: ${item.channelName || 'N/A'}\n- **Data**: ${item.messageDate || date}\n- **Relev\u00e2ncia Healthcare**: ${item.relevanceScore || 0}/5\n- **Confian\u00e7a IA**: ${item.confidence || 0}%\n`;\n\nconst filename = `Tutorial-${date}-${Date.now()}.md`;\n\nreturn [{ json: { markdown, filename, ...item } }];"
},
"id": "format-markdown",
"name": "Formatar Markdown",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
690,
200
]
},
{
"parameters": {
"operation": "write",
"fileName": "={{ $json.filename }}",
"fileContent": "={{ $json.markdown }}",
"options": {
"append": false
}
},
"id": "write-file",
"name": "Salvar Arquivo",
"type": "n8n-nodes-base.readWriteFile",
"typeVersion": 1,
"position": [
910,
200
],
"notes": "Configure o caminho do vault Obsidian"
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify({ success: true, filename: $json.filename }) }}"
},
"id": "response-success",
"name": "Resposta Sucesso",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
1130,
200
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify({ success: false, reason: 'Not a tutorial' }) }}"
},
"id": "response-skip",
"name": "Resposta Skip",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
690,
400
]
}
],
"connections": {
"Webhook - Novo Tutorial": {
"main": [
[
{
"node": "Filtrar Tutoriais",
"type": "main",
"index": 0
}
]
]
},
"Filtrar Tutoriais": {
"main": [
[
{
"node": "Formatar Markdown",
"type": "main",
"index": 0
}
],
[
{
"node": "Resposta Skip",
"type": "main",
"index": 0
}
]
]
},
"Formatar Markdown": {
"main": [
[
{
"node": "Salvar Arquivo",
"type": "main",
"index": 0
}
]
]
},
"Salvar Arquivo": {
"main": [
[
{
"node": "Resposta Sucesso",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateId": "telegram-scraper-tutoriais-obsidian"
},
"versionId": "1.0.0",
"triggerCount": 0,
"tags": [
{
"name": "Telegram",
"id": "telegram"
},
{
"name": "Obsidian",
"id": "obsidian"
},
{
"name": "Automa\u00e7\u00e3o",
"id": "automacao"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Telegram Scraper - Tutoriais para Obsidian. Uses readWriteFile. Webhook trigger; 6 nodes.
Source: https://github.com/Rudson-Oliveira/telegram-scraper/blob/56be7fdbf330764a575cd347e80754558b92e68a/n8n-workflows/tutoriais-to-obsidian.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 n8n workflow provides comprehensive network vulnerability scanning with automated CVE enrichment and professional report generation. It performs Nmap scans, queries the National Vulnerability Dat
Uptime Monitor - Multi Service (v3). Uses readWriteFile, telegram. Webhook trigger; 9 nodes.
Uptime Monitor - Unified States (v3.2). Uses readWriteFile, telegram. Webhook trigger; 8 nodes.
Uptime Monitor - Unified States (v3.2). Uses readWriteFile, telegram. Webhook trigger; 8 nodes.
HR teams, IT Operations, and System Administrators managing employee onboarding at scale. It’s perfect if you use Odoo 18 to trigger account requests and need Redmine + GitLab accounts created instant