Workflow: HTTP Telegram Automation

Workflow Details

Download Workflow
{
    "id": "2",
    "name": "Daily Text Affirmations",
    "nodes": [
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                350,
                380
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 9
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "HTTP Request",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                760,
                380
            ],
            "parameters": {
                "url": "https:\/\/affirmations.dev",
                "options": []
            },
            "typeVersion": 1
        },
        {
            "name": "Telegram",
            "type": "n8n-nodes-base.telegram",
            "position": [
                1140,
                380
            ],
            "parameters": {
                "text": "=Hey Daniel, here's your daily affirmation...\n\n{{$node[\"HTTP Request\"].json[\"affirmation\"]}}",
                "additionalFields": []
            },
            "credentials": {
                "telegramApi": "Telegram Token"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "HTTP Request": {
            "main": [
                [
                    {
                        "node": "Telegram",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

AI Email processing autoresponder with approval (Yes/No)
View
Nocodb Telegram Create Webhook
View
Insert and update data in Airtable
View
Splitout Limit Create Webhook
View
Receive messages for an ActiveMQ queue via AMQP Trigger
View
Mattermost Lemlist Automate Triggered
View
Chat with Postgresql Database
View
TopSourcer - Finds LinkedIn Profiles using natural language
View
Manual Executecommand Automate Triggered
View
Agent with custom HTTP Request
View