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": "\u0421\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u0438\u0435 \u0441 \u043a\u043d\u043e\u043f\u043a\u0430\u043c\u0438",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "approval",
"responseMode": "onReceived",
"responseData": "allEntries"
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
]
},
{
"parameters": {
"resource": "message",
"operation": "create",
"entityId": "CHAT_ID",
"content": "\u0417\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u0438\u0435:\n\n{{ $json.body.text || '\u041d\u043e\u0432\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441' }}",
"additionalFields": {
"buttons": "[[{\"text\": \"\u0421\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u0442\u044c\", \"data\": \"approve\"}, {\"text\": \"\u041e\u0442\u043a\u043b\u043e\u043d\u0438\u0442\u044c\", \"data\": \"reject\"}]]"
}
},
"name": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441 \u043a\u043d\u043e\u043f\u043a\u0430\u043c\u0438",
"type": "n8n-nodes-pachca.pachca",
"typeVersion": 2,
"position": [
220,
0
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441 \u043a\u043d\u043e\u043f\u043a\u0430\u043c\u0438",
"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. Webhook trigger; 2 nodes.
Source: https://github.com/pachca/openapi/blob/main/apps/docs/public/workflows/n8n/approval.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.
This sample workflow allows you to forward alerts from TheHive 5 to SIGNL4 in order to send reliable alerts to your team.
Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.
IDS AI - PDF Processor. Uses functionItem, respondToWebhook. Webhook trigger; 5 nodes.
Export Workflows. Uses scheduleTrigger, httpRequest, respondToWebhook. Webhook trigger; 5 nodes.