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": "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u0438\u044f",
"nodes": [
{
"parameters": {
"events": [
"button_pressed"
]
},
"name": "Pachca Trigger",
"type": "n8n-nodes-pachca.pachcaTrigger",
"typeVersion": 2,
"position": [
0,
0
]
},
{
"parameters": {
"mode": "rules",
"rules": {
"values": [
{
"conditions": {
"conditions": [
{
"leftValue": "={{ $json.data }}",
"rightValue": "approve",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
},
"renameOutput": true,
"outputKey": "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u043e"
},
{
"conditions": {
"conditions": [
{
"leftValue": "={{ $json.data }}",
"rightValue": "reject",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
},
"renameOutput": true,
"outputKey": "\u041e\u0442\u043a\u043b\u043e\u043d\u0435\u043d\u043e"
}
]
}
},
"name": "Switch",
"type": "n8n-nodes-base.switch",
"typeVersion": 3.2,
"position": [
220,
0
]
},
{
"parameters": {
"resource": "message",
"operation": "update",
"messageId": "={{ $('Pachca Trigger').item.json.message_id }}",
"content": "\u0417\u0430\u043f\u0440\u043e\u0441 **\u043e\u0434\u043e\u0431\u0440\u0435\u043d**"
},
"name": "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u043e",
"type": "n8n-nodes-pachca.pachca",
"typeVersion": 2,
"position": [
440,
-100
]
},
{
"parameters": {
"resource": "message",
"operation": "update",
"messageId": "={{ $('Pachca Trigger').item.json.message_id }}",
"content": "\u0417\u0430\u043f\u0440\u043e\u0441 **\u043e\u0442\u043a\u043b\u043e\u043d\u0451\u043d**"
},
"name": "\u041e\u0442\u043a\u043b\u043e\u043d\u0435\u043d\u043e",
"type": "n8n-nodes-pachca.pachca",
"typeVersion": 2,
"position": [
440,
100
]
}
],
"connections": {
"Pachca Trigger": {
"main": [
[
{
"node": "Switch",
"type": "main",
"index": 0
}
]
]
},
"Switch": {
"main": [
[
{
"node": "\u041e\u0434\u043e\u0431\u0440\u0435\u043d\u043e",
"type": "main",
"index": 0
}
],
[
{
"node": "\u041e\u0442\u043a\u043b\u043e\u043d\u0435\u043d\u043e",
"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. Event-driven trigger; 4 nodes.
Source: https://github.com/pachca/openapi/blob/main/apps/docs/public/workflows/n8n/approval-handler.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 n8n-nodes-pachca. Event-driven trigger; 3 nodes.
Заявка на отпуск. Uses n8n-nodes-pachca. Event-driven trigger; 3 nodes.
Приветствие нового сотрудника. Uses n8n-nodes-pachca. Event-driven trigger; 3 nodes.
Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.