0373 Code Webhook Automation Webhook
0373 Code Webhook Automation Webhook
Webhook
High
15
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
15
Node Types
6
Node Types
webhook
Webhook
1 node
code
Code
1 node
if
Low Inventory, Out of stock
2 nodes
http Request
HTTP Request, HTTP Request1
2 nodes
graphql
GraphQL1- shopify, GraphQL - shopify
2 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6
7 nodes
Workflow JSON
11.57 KB
{
"meta": {
"instanceId": "dbd43d88d26a9e30d8aadc002c9e77f1400c683dd34efe3778d43d27250dde50"
},
"name": "0373 Code Webhook Automation Webhook",
"nodes": [
{
"id": "174f80b5-6c84-47b3-a906-eeb4fc5207b8",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-840,
620
],
"webhookId": "5dc2467c-0b39-43e9-bdbd-399231f69c4e",
"parameters": {
"path": "5dc2467c-0b39-43e9-bdbd-399231f69c4e",
"options": {},
"httpMethod": "POST",
"responseCode": null
},
"typeVersion": 1
},
{
"id": "e03fc5ca-9446-44b7-9c0a-44c8696ec06a",
"name": "Code",
"type": "n8n-nodes-base.code",
"position": [
-540,
620
],
"parameters": {
"jsCode": "\nconst available = items[0].json.body.available;\nconst inventory_item = items[0].json.body.inventory_item_id;\nconst lowInventory = available > 0 && available < 4;\nconst outOfStock ...Showing first 1000 characters. Click "Expand" to view the full JSON.