0194 Respondtowebhook Webhook Import Webhook

0194 Respondtowebhook Webhook Import Webhook

Webhook
Medium
5
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
5
Node Types
0

Workflow JSON

3.53 KB
{
  "name": "0194 Respondtowebhook Webhook Import Webhook",
  "nodes": [
    {
      "name": "Function",
      "type": "n8n-nodes-base.function",
      "position": [
        -280,
        -80
      ],
      "parameters": {
        "functionCode": "// Code here will run only once, no matter how many input items there are.\n// More info and help: https://docs.n8n.io/nodes/n8n-nodes-base.function\n\n// Loop over inputs and add a new field called 'myNewField' to the JSON of each one\nc_id = items[0].json.headers['x-adobesign-clientid'];\n\nfor (item of items) {\n  item.json.myNewField = 1;\n  item.json.clientID = c_id;\n}\n\nreturn items;"
      },
      "typeVersion": 1
    },
    {
      "name": "POST",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -540,
        -160
      ],
      "webhookId": "dfe2a7a8-c0f7-41e1-9bf7-15e2b6e98741",
      "parameters": {
        "path": "test1",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "responseN...

Showing first 1000 characters. Click "Expand" to view the full JSON.