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.