Skip to content
FlowHubFluxonLab
Slackfree

Get Slack notifications when new product published on WooCommerce

by n8n Teamadapted from n8n official workflow galleryUpdated Aug 2026
RequiresSlack
Share Post Share
IfIf URL has /product/If URL has /pro…Send message to slackSend message to…WCOn product creationOn product crea…12
1/5
STEPS · 2
Starts on a Woo Commerce event

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. Prerequisites WooCommerce account Slack and a Slack bot How it works Listen for WooCommerce product creation If permalink starts with https://[your-url-here].com/product/ Slack bot notifies channel that a new product has been added. Please note, you must update the URL in the IF node to match your url. If your WooCommerce doesn't use the slug /product/, that will need to be updated too.

Tags

n8nreference-onlyslack
Connects
Slack
CategorySlack
Triggermanual
Complexitysimple
Nodes3
AddedAug 12, 2022

Related workflows

See all Slack
free

Send selected GitHub events to Slack

Gets triggered by GitHub once a user stars/unstars a repository Checks if star got added or removed and forwards data depending on that Sends notification to Slack

by Jan Oberhauser
free

Notify a team channel about new software releases via Slack and GitHub

This workflow automatically notifies the team in a Slack channel when code in a GitHub repository gets a new release. Prerequisites A GitHub account and credentials A Slack account and credentials Nodes GitHub Trigger node triggers the workflow when a release event takes place in the specified repository. Slack node posts a message in a specified channel with the text "New release is available in {repository name}", along with further details and a link to the release.

by q
free

Send notification when deployment fails

This workflow sends a message on Slack when site deployment fails. Netlify Trigger node: This node triggers the workflow when the site deployment fails. Slack node: This node sends a message on Slack alerting the team about the failed deployment. If you want to send a message to a different platform, replace the Slack node with the node of the respective platform.

by Harshil Agrawal