The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "\u041d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u043d\u0438\u0435 \u043e \u0437\u0430\u0434\u0430\u0447\u0430\u0445",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 10 * * 1-5"
}
]
}
},
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "task",
"operation": "getMany",
"returnAll": true
},
"name": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0438",
"type": "n8n-nodes-pachca.pachca",
"typeVersion": 2,
"position": [
220,
0
]
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": false,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "1",
"leftValue": "={{ $json.due_at }}",
"rightValue": "={{ $now.toISO() }}",
"operator": {
"type": "dateTime",
"operation": "before"
}
}
],
"combinator": "and"
}
},
"name": "IF \u043f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u0430",
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
440,
0
]
},
{
"parameters": {
"resource": "message",
"operation": "create",
"entityId": "CHAT_ID",
"content": "\u041f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u043d\u0430\u044f \u0437\u0430\u0434\u0430\u0447\u0430: **{{ $json.content }}**\n\u0414\u0435\u0434\u043b\u0430\u0439\u043d: {{ $json.due_at }}"
},
"name": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435",
"type": "n8n-nodes-pachca.pachca",
"typeVersion": 2,
"position": [
660,
0
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0438",
"type": "main",
"index": 0
}
]
]
},
"\u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0438": {
"main": [
[
{
"node": "IF \u043f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u0430",
"type": "main",
"index": 0
}
]
]
},
"IF \u043f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d\u0430": {
"main": [
[
{
"node": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Напоминание о задачах. Uses n8n-nodes-pachca. Scheduled trigger; 4 nodes.
Source: https://github.com/pachca/openapi/blob/main/apps/docs/public/workflows/n8n/reminder.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Мониторинг + алерт. Uses httpRequest, n8n-nodes-pachca. Scheduled trigger; 4 nodes.
This workflow will activate and deactivate a selected other workflow on schedule.
Absen Otomatis. Uses ssh, scheduleTrigger, httpRequest. Scheduled trigger; 10 nodes.
Absen Otomatis. Uses ssh, scheduleTrigger, httpRequest. Scheduled trigger; 10 nodes.
Monitor Strava And Send Email Updates. Uses strava, noOp, emailSend. Scheduled trigger; 6 nodes.