n8n/workflows/gittas-daily-reminder.json hinzugefügt
👋 Gitta lädt zum Daily in's Zoom
This commit is contained in:
parent
52ac19f533
commit
1e193c4fbd
1 changed files with 83 additions and 0 deletions
83
n8n/workflows/gittas-daily-reminder.json
Normal file
83
n8n/workflows/gittas-daily-reminder.json
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"triggerTimes": {
|
||||
"item": [
|
||||
{
|
||||
"mode": "everyWeek",
|
||||
"hour": 12,
|
||||
"minute": 14,
|
||||
"weekday": "2"
|
||||
},
|
||||
{
|
||||
"mode": "everyWeek",
|
||||
"hour": 12,
|
||||
"minute": 14,
|
||||
"weekday": "3"
|
||||
},
|
||||
{
|
||||
"mode": "everyWeek",
|
||||
"hour": 12,
|
||||
"minute": 14,
|
||||
"weekday": "4"
|
||||
},
|
||||
{
|
||||
"mode": "everyWeek",
|
||||
"hour": 12,
|
||||
"minute": 14,
|
||||
"weekday": "5"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "Weekly trigger on monday",
|
||||
"type": "n8n-nodes-base.cron",
|
||||
"position": [
|
||||
100,
|
||||
300
|
||||
],
|
||||
"typeVersion": 1,
|
||||
"id": "18834cd2-3221-4e93-af8f-b5e70247fa8d",
|
||||
"notesInFlow": true
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"roomId": "!giiGDQftOiFGmrrOiT:rpi-virtuell.de",
|
||||
"text": "👋 Gitta lädt zum Daily in's Zoom!"
|
||||
},
|
||||
"name": "Greetings1",
|
||||
"type": "n8n-nodes-base.matrix",
|
||||
"position": [
|
||||
300,
|
||||
300
|
||||
],
|
||||
"typeVersion": 1,
|
||||
"id": "08a3f093-5934-40bb-bca2-dcf189939d54",
|
||||
"alwaysOutputData": false,
|
||||
"credentials": {
|
||||
"matrixApi": {
|
||||
"id": "jbNtlnoAsWVC8vUN",
|
||||
"name": "Matrix account"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Weekly trigger on monday": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Greetings1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"pinData": {},
|
||||
"meta": {
|
||||
"instanceId": "634e789e9cac462123b2b4acaedfe20e105965d27f018a60d1d4305ae72b1acb"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue