This workflow corresponds to n8n.io template #telegram-scraper-prompts-notion — 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 - Prompts para Notion",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "telegram-prompts",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook - Novo Prompt",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1.1,
"position": [
250,
300
]
},
{
"parameters": {
"conditions": {
"boolean": [
{
"value1": "={{ $json.isPrompt }}",
"value2": true
}
]
}
},
"id": "filter-prompts",
"name": "Filtrar Prompts",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
470,
300
]
},
{
"parameters": {
"resource": "databasePage",
"operation": "create",
"databaseId": {
"__rl": true,
"value": "SEU_DATABASE_ID_AQUI",
"mode": "id"
},
"title": "={{ $json.summary || $json.content.substring(0, 100) }}",
"propertiesUi": {
"propertyValues": [
{
"key": "Categoria",
"select": "={{ $json.classification }}"
},
{
"key": "Tags",
"multiSelect": "={{ $json.tags }}"
},
{
"key": "Relev\u00e2ncia",
"number": "={{ $json.relevanceScore }}"
},
{
"key": "Confian\u00e7a",
"number": "={{ $json.confidence }}"
},
{
"key": "Canal",
"richText": "={{ $json.channelName }}"
},
{
"key": "Data",
"date": "={{ $json.messageDate }}"
}
]
},
"blockUi": {
"blockValues": [
{
"type": "paragraph",
"richText": "={{ $json.content }}"
}
]
}
},
"id": "notion-create",
"name": "Criar P\u00e1gina no Notion",
"type": "n8n-nodes-base.notion",
"typeVersion": 2.2,
"position": [
690,
200
],
"credentials": {
"notionApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify({ success: true, notionPageId: $json.id }) }}"
},
"id": "response-success",
"name": "Resposta Sucesso",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
910,
200
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify({ success: false, reason: 'Not a prompt' }) }}"
},
"id": "response-skip",
"name": "Resposta Skip",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
690,
400
]
}
],
"connections": {
"Webhook - Novo Prompt": {
"main": [
[
{
"node": "Filtrar Prompts",
"type": "main",
"index": 0
}
]
]
},
"Filtrar Prompts": {
"main": [
[
{
"node": "Criar P\u00e1gina no Notion",
"type": "main",
"index": 0
}
],
[
{
"node": "Resposta Skip",
"type": "main",
"index": 0
}
]
]
},
"Criar P\u00e1gina no Notion": {
"main": [
[
{
"node": "Resposta Sucesso",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateId": "telegram-scraper-prompts-notion"
},
"versionId": "1.0.0",
"triggerCount": 0,
"tags": [
{
"name": "Telegram",
"id": "telegram"
},
{
"name": "Notion",
"id": "notion"
},
{
"name": "Automa\u00e7\u00e3o",
"id": "automacao"
}
]
}
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.
notionApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Telegram Scraper - Prompts para Notion. Uses notion. Webhook trigger; 5 nodes.
Source: https://github.com/Rudson-Oliveira/telegram-scraper/blob/56be7fdbf330764a575cd347e80754558b92e68a/n8n-workflows/prompts-to-notion.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.
Add Product Ideas To Notion Via A Slack Command. Uses stickyNote, notion, httpRequest. Webhook trigger; 8 nodes.
In most companies, employees have a lot of great ideas. That was the same for us at n8n. We wanted to make it as easy as possible to allow everyone to add their ideas to some formatted database - it s
Are you tired of the repetitive dance between git push, creating a pull request in GitHub, updating the corresponding task in JIRA, and then manually notifying your team in Slack, or Notion?
This workflow is an AI-assisted clean plate and object removal pipeline built for modern VFX production environments. It transforms a single plate image and removal brief into multiple high-quality cl
This workflow is an AI-driven FX concept generation pipeline that transforms a single VFX brief into multiple high-quality simulation-ready video concepts. It automates ideation, rendering, storage, a