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 →
{
"name": "Etsy \u2014 low inventory alert",
"nodes": [
{
"parameters": {
"event": "lowInventory",
"shopId": "",
"threshold": 3
},
"id": "7b2e3d90-4c33-4e56-9f23-2c3d4e5f6071",
"name": "Stock running low",
"type": "@mesutkisi11/n8n-nodes-etsy.etsyTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"pollTimes": {
"item": [
{
"mode": "everyHour"
}
]
}
},
{
"parameters": {
"subject": "=Restock needed: {{ $json.title }}",
"message": "=\"{{ $json.title }}\" is down to {{ $json.quantity }} in stock.\n\nhttps://www.etsy.com/listing/{{ $json.listing_id }}",
"options": {}
},
"id": "8c3f4e01-5d44-4f67-8034-3d4e5f607182",
"name": "Email me",
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
220,
0
]
}
],
"connections": {
"Stock running low": {
"main": [
[
{
"node": "Email me",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Etsy — low inventory alert. Uses @mesutkisi11/n8n-nodes-etsy, gmail. Event-driven trigger; 2 nodes.
Source: https://github.com/mesutkisi11/n8n-nodes-etsy/blob/main/examples/low-inventory-alert.json — 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.
Splitinbatches Workflow. Uses gmail, gmailTrigger, slack, stopAndError. Event-driven trigger; 7 nodes.
This workflow creates a comprehensive error monitoring system for your n8n instance by automatically capturing workflow failures, logging them to Google Sheets, and sending immediate email notificatio
Splitinbatches Workflow. Uses gmail, gmailTrigger, slack, stopAndError. Event-driven trigger; 7 nodes.
Error Workflow. Uses gmail, googleSheets, httpRequest, errorTrigger. Event-driven trigger; 7 nodes.
This n8n workflow provides a robust error handling and notification system for your n8n workflows. When an error occurs, it automatically logs the error details to Google Sheets, sends a notification