n8n-workflows/workflows/1_cheems.json
2025-05-14 11:58:29 +03:00

142 lines
3.1 KiB
JSON

{
"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
}
]
]
}
}
}