Workflow: Discord Cron Automation

Workflow Details

Download Workflow
{
    "id": "1",
    "name": "cheems",
    "nodes": [
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                450,
                300
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 9,
                            "mode": "everyWeek",
                            "weekday": "6"
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "Discord",
            "type": "n8n-nodes-base.discord",
            "position": [
                650,
                300
            ],
            "parameters": {
                "text": "It's Wednesday, my dudes!\nhttps:\/\/i.kym-cdn.com\/entries\/icons\/original\/000\/020\/016\/wednesdaymydudeswide.jpg",
                "webhookUri": "https:\/\/discordapp.com\/api\/webhooks\/756967134353162281\/wEzyl5MrY2FqHdp5mb8npM5qhp0MVAe9X8SiIA-UMUPpv52FwaOeZGWTtlfQSs-MV3eB"
            },
            "typeVersion": 1
        },
        {
            "name": "Cron1",
            "type": "n8n-nodes-base.cron",
            "position": [
                450,
                140
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "hour": 9,
                            "mode": "everyWeek",
                            "weekday": "5"
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "Discord1",
            "type": "n8n-nodes-base.discord",
            "position": [
                650,
                140
            ],
            "parameters": {
                "text": "It's Friday, Friday\nGotta get down on Friday!\nhttps:\/\/tenor.com\/view\/rebecca-black-friday-tgif-gif-4051598",
                "webhookUri": "https:\/\/discordapp.com\/api\/webhooks\/756967134353162281\/wEzyl5MrY2FqHdp5mb8npM5qhp0MVAe9X8SiIA-UMUPpv52FwaOeZGWTtlfQSs-MV3eB"
            },
            "typeVersion": 1
        },
        {
            "name": "Cron2",
            "type": "n8n-nodes-base.cron",
            "position": [
                820,
                300
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "mode": "everyX",
                            "unit": "minutes",
                            "value": 30
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "Discord2",
            "type": "n8n-nodes-base.discord",
            "position": [
                1020,
                300
            ],
            "parameters": {
                "text": "And with this, I sleep. Good night Pogger friends :)\nhttps:\/\/cdn.discordapp.com\/attachments\/756602216621539409\/757054027518443600\/93109046_836460460092895_6176715527851028509_n.jpg",
                "webhookUri": "https:\/\/discordapp.com\/api\/webhooks\/756967134353162281\/wEzyl5MrY2FqHdp5mb8npM5qhp0MVAe9X8SiIA-UMUPpv52FwaOeZGWTtlfQSs-MV3eB"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "Discord",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Cron1": {
            "main": [
                [
                    {
                        "node": "Discord1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Cron2": {
            "main": [
                [
                    {
                        "node": "Discord2",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Manual Stickynote Automate Triggered
View
Manual Executeworkflow Automate Triggered
View
Manual Shopify Automate Triggered
View
FLUX-fill standalone
View
Create an deal in Pipedrive
View
Scrape Trustpilot Reviews with DeepSeek, Analyze Sentiment with OpenAI
View
RAG Workflow For Company Documents stored in Google Drive
View
Telegram Code Create Triggered
View
Create a short URL and get the statistics of the URL
View
Creating your first workflow
View