{ "name": "PoYo - Verify callback and get result", "nodes": [ { "parameters": {"httpMethod":"POST","path":"poyo-result","responseMode":"lastNode"}, "id": "webhook", "name": "PoYo Callback", "type": "n8n-nodes-base.webhook", "typeVersion": 2, "position": [0, 0] }, { "parameters": { "resource": "webhook", "operation": "verify", "webhookTaskId": "={{$json.body.task_id}}", "webhookTimestamp": "={{$json.headers[\"x-webhook-timestamp\"]}}", "webhookSignature": "={{$json.headers[\"x-webhook-signature\"]}}", "maxAgeSeconds": 300 }, "id": "verify", "name": "Verify PoYo Callback", "type": "n8n-nodes-poyo.poYo", "typeVersion": 1, "position": [260, 0] }, { "parameters": { "resource": "jobs", "operation": "getStatus", "taskId": "={{$('PoYo Callback').item.json.body.task_id}}" }, "id": "status", "name": "Get Authoritative Status", "type": "n8n-nodes-poyo.poYo", "typeVersion": 1, "position": [520, 0] } ], "connections": { "PoYo Callback": {"main":[[{"node":"Verify PoYo Callback","type":"main","index":0}]]}, "Verify PoYo Callback": {"main":[[{"node":"Get Authoritative Status","type":"main","index":0}]]} }, "active": false, "settings": {} }