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 new order to Slack",
"nodes": [
{
"parameters": {
"event": "newOrder",
"shopId": ""
},
"id": "5f0c1b7e-2a11-4c34-9f01-0a1b2c3d4e5f",
"name": "New Etsy order",
"type": "@mesutkisi11/n8n-nodes-etsy.etsyTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
{
"parameters": {
"select": "channel",
"text": "=New Etsy order #{{ $json.receipt_id }} \u2014 {{ $json.name }} paid {{ $json.grandtotal.amount / $json.grandtotal.divisor }} {{ $json.grandtotal.currency_code }}",
"otherOptions": {}
},
"id": "6a1d2c8f-3b22-4d45-8e12-1b2c3d4e5f60",
"name": "Post to Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.2,
"position": [
220,
0
]
}
],
"connections": {
"New Etsy order": {
"main": [
[
{
"node": "Post to Slack",
"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 — new order to Slack. Uses @mesutkisi11/n8n-nodes-etsy, slack. Event-driven trigger; 2 nodes.
Source: https://github.com/mesutkisi11/n8n-nodes-etsy/blob/main/examples/new-order-to-slack.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.
This template is for teams using n8n in production who want immediate visibility into workflow failures. It’s ideal for DevOps teams, automation engineers, and operations teams who need reliable error
Flow. Uses hubspotTrigger, hubspot, slack, airtable. Event-driven trigger; 7 nodes.
Inventory + Waste Tracker — [Client Name]. Uses googleSheetsTrigger, slack, googleSheets. Event-driven trigger; 7 nodes.
Report N8N Workflow Errors To Slack. Uses slack, errorTrigger, stickyNote. Event-driven trigger; 5 nodes.
Wait Datetime. Uses calendlyTrigger, pipedrive, dateTime, slack. Event-driven trigger; 5 nodes.