{
  "name": "Send real-time Zoho ecommerce order notifications via email",
  "nodes": [
    {
      "id": "3884dc23-51cc-4b2d-9bc5-06d2ead7a4f2",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -240,
        384
      ]
    },
    {
      "id": "f7b66426-4bad-46a2-aba2-35ed73966a2c",
      "name": "Set Order Details",
      "type": "n8n-nodes-base.set",
      "position": [
        -16,
        384
      ]
    },
    {
      "id": "4ea10324-66de-4eb8-8455-e2b4d69d67c4",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        208,
        384
      ]
    },
    {
      "id": "624a1d74-10ba-4670-96c0-0ffcdfb886b8",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        432,
        384
      ]
    },
    {
      "id": "caa8cf60-a03b-4d94-88e7-74707a71323c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -496,
        48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4c682f89-3958-46b5-8696-8ee2d5d0247a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -224,
        528
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4b6f4f4d-3571-4d7c-86a7-32edd1b75d47",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -128
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "07c14711-b220-4cda-93df-c4d387ec93bb",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        64
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Set Order Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Order Details": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}