This workflow corresponds to n8n.io template #1458 — 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": 80,
"name": "New WooCommerce product to Slack",
"nodes": [
{
"name": "Product Created",
"type": "n8n-nodes-base.wooCommerceTrigger",
"position": [
320,
500
],
"parameters": {
"event": "product.created"
},
"credentials": {
"wooCommerceApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "Send to Slack",
"type": "n8n-nodes-base.slack",
"position": [
540,
500
],
"parameters": {
"text": ":new: A new product has been added! :new:",
"channel": "woo-commerce",
"blocksUi": {
"blocksValues": []
},
"attachments": [
{
"color": "#66FF00",
"fields": {
"item": [
{
"short": false,
"title": "Name",
"value": "={{$json[\"name\"]}}"
},
{
"short": true,
"title": "Price",
"value": "={{$json[\"regular_price\"]}}"
},
{
"short": true,
"title": "Sale Price",
"value": "={{$json[\"sale_price\"]}}"
},
{
"short": false,
"title": "Link",
"value": "={{$json[\"permalink\"]}}"
}
]
},
"footer": "=Added: {{$json[\"date_created\"]}}"
}
],
"otherOptions": {}
},
"credentials": {
"slackApi": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Product Created": {
"main": [
[
{
"node": "Send to Slack",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
slackApiwooCommerceApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow uses a WooCommerce trigger that will run when a new product has been added, It will then post it to Slack so your team is always kept up to date with new products.
Source: https://n8n.io/workflows/1458/ — 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 let's a bot in Slack notify a specific channel when a new product in WooCommerce is published and live on the site.
This workflow uses a WooCommerce trigger that will run when an order has been updated and the status is refunded.
> ⚠️ Multi-language Slack Error Notifier
Notify Slack when a new Lindo website is created. Uses n8n-nodes-lindo, slack. Event-driven trigger; 2 nodes.
Track all n8n workflow failures with automatic error capture, severity classification, duplicate detection, Slack alerting, performance metrics, and log retention.