This workflow corresponds to n8n.io template #6369 — we link there as the canonical source.
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 →
{
"id": "sNY6Ltw6Og1XvRWy",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Zoho Ecom",
"tags": [
{
"id": "3Jw1zngp16hmnaEt",
"name": "ecommerce",
"createdAt": "2025-07-22T07:11:11.010Z",
"updatedAt": "2025-07-22T07:11:11.010Z"
}
],
"nodes": [
{
"id": "3884dc23-51cc-4b2d-9bc5-06d2ead7a4f2",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-240,
384
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f7b66426-4bad-46a2-aba2-35ed73966a2c",
"name": "Set Order Details",
"type": "n8n-nodes-base.set",
"position": [
-16,
384
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4ea10324-66de-4eb8-8455-e2b4d69d67c4",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"position": [
208,
384
],
"parameters": {},
"typeVersion": 1
},
{
"id": "624a1d74-10ba-4670-96c0-0ffcdfb886b8",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
432,
384
],
"parameters": {},
"typeVersion": 1
},
{
"id": "caa8cf60-a03b-4d94-88e7-74707a71323c",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-496,
48
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "4c682f89-3958-46b5-8696-8ee2d5d0247a",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
528
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "4b6f4f4d-3571-4d7c-86a7-32edd1b75d47",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
-128
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "07c14711-b220-4cda-93df-c4d387ec93bb",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
480,
64
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "b7b081df-1baf-4f8a-b604-6c150d11982c",
"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
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Description:
Source: https://n8n.io/workflows/6369/ — 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 workflow receives order status updates via a webhook, validates and normalizes the payload, routes by status, and either returns an immediate JSON response or (for rejections) logs activity to Mi
Small online store owners, new entrepreneurs, and anyone getting started with e-commerce automation. Perfect for beginners who want to automate their order process without complexity or additional cos
Stop paying for expensive plugins to recover your valuable revenue from abandoned carts on your WooCommerce store When a product is added to a user's cart on your store, it fetches the cart contents v
Shopify Order Data to Airtable