Workflow: HTTP Lingvanex Automation

Workflow Details

Download Workflow
{
    "id": "3",
    "name": "Daily poems in Telegram",
    "nodes": [
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                -250,
                400
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 10
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "Telegram",
            "type": "n8n-nodes-base.telegram",
            "position": [
                350,
                400
            ],
            "parameters": {
                "text": "=\u2712\ufe0f Poem of the day:\n{{$node[\"HTTP Request\"].json[\"0\"][\"title\"]}} by {{$node[\"HTTP Request\"].json[\"0\"][\"poet\"][\"name\"]}}\n\n{{$node[\"HTTP Request\"].json[\"0\"][\"content\"]}}\n\u2601\ufe0f",
                "chatId": "123456789",
                "additionalFields": []
            },
            "credentials": {
                "telegramApi": "telegram_bot"
            },
            "typeVersion": 1
        },
        {
            "name": "HTTP Request",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                -50,
                400
            ],
            "parameters": {
                "url": "https:\/\/www.poemist.com\/api\/v1\/randompoems",
                "options": []
            },
            "typeVersion": 1
        },
        {
            "name": "LingvaNex",
            "type": "n8n-nodes-base.lingvaNex",
            "position": [
                150,
                400
            ],
            "parameters": {
                "text": "={{$node[\"HTTP Request\"].json[\"0\"][\"content\"]}}",
                "options": [],
                "translateTo": "en_GB"
            },
            "credentials": {
                "lingvaNexApi": "lingvanex_API"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "LingvaNex": {
            "main": [
                [
                    {
                        "node": "Telegram",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "HTTP Request": {
            "main": [
                [
                    {
                        "node": "LingvaNex",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Splitout Code Update Webhook
View
GoogleSheets Interval Process Scheduled
View
Receive updates when a subscriber is added to a group and strore the information in Airtable
View
Send updates about the position of the ISS every minute to a topic in RabbitMQ
View
Sending an SMS with MessageBird
View
LinkedIn Profile Finder via Form using Bright Data & GPT-4o-mini
View
🤖 Telegram Messaging Agent for Text/Audio/Images
View
Manual Import Triggered
View
AI Email processing autoresponder with approval (Yes/No)
View
Youtube_Automation
View