mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
6e8e4f5937
* fix(nodes-base): fix and harmonize all primaryDocumentation links * feat(workflow, cli): expose documentation links to UI via node codex * fix(editor-ui): link to correct node and credential documentation URLs * config(nodes-base): update 'format' script to also format node descriptor json * chore: fix outdated links to node reference documentation
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"node": "n8n-nodes-base.telegramTrigger",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Communication"],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/telegram"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/"
|
|
}
|
|
],
|
|
"generic": [
|
|
{
|
|
"label": "Create a toxic language detector for Telegram in 4 step",
|
|
"icon": "🤬",
|
|
"url": "https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/"
|
|
},
|
|
{
|
|
"label": "Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n",
|
|
"icon": "🧾",
|
|
"url": "https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/"
|
|
},
|
|
{
|
|
"label": "How to set up a no-code CI/CD pipeline with GitHub and TravisCI",
|
|
"icon": "🎡",
|
|
"url": "https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/"
|
|
},
|
|
{
|
|
"label": "Creating Telegram Bots with n8n, a No-Code Platform",
|
|
"icon": "💬",
|
|
"url": "https://n8n.io/blog/creating-telegram-bots-with-n8n-a-no-code-platform/"
|
|
},
|
|
{
|
|
"label": "7 no-code workflow automations for Amazon Web Services",
|
|
"url": "https://n8n.io/blog/aws-workflow-automation/"
|
|
}
|
|
]
|
|
}
|
|
}
|