๐Ÿ“ฑ Send new WooCommerce product notifications to Slack, Gmail and Google Sheets

โšก 34 views ยท ๐Ÿ“ฑ Social Media & Email Marketing

Description

Retail โ€“ New Product Drop Notifications

This workflow automatically detects when a new product is created in WooCommerce and instantly notifies internal teams through Slack and email. At the same time, it logs all product details into Google Sheets for tracking and reporting. A centralized data formatting step ensures consistent and reusable product data across all nodes.

Quick Implementation Steps

  1. Import the workflow JSON into n8n.
  2. Connect WooCommerce, Slack, Gmail and Google Sheets credentials.
  3. Review the Format Product Details node for field mappings.
  4. Select the Slack channel and Google Sheet.
  5. Activate the workflow.

What It Does

This workflow listens for new product creation events from WooCommerce. When a product is created, the workflow extracts key product attributes such as name, price, status, permalink and images and prepares them in a single centralized configuration node.

Using this standardized data, the workflow sends a real-time Slack notification to inform internal teams, sends a formatted HTML email announcing the product launch and appends the same product information into a Google Sheet for historical reference and reporting.

By centralizing data preparation and reusing it across all downstream nodes, the workflow remains easy to maintain, highly readable and simple to extend for future requirements.

Whoโ€™s It For

This workflow is ideal for:

Prerequisites

To use this workflow, you need:

How to Use & Setup

  1. Import the workflow JSON into n8n.
  2. Configure WooCommerce โ€“ New Product Created with your WooCommerce credentials.
  3. Review the Format Product Details node to verify product field mappings.
  4. Configure Notify Team on Slack and select the target Slack channel.
  5. Configure Send Product Launch Email and update the recipient email if required.
  6. Configure Log Product in Google Sheets and select the target spreadsheet and sheet.
  7. Save and activate the workflow.

Once activated, the workflow runs automatically whenever a new product is created in WooCommerce.

How To Customize Nodes

Add-ons (Optional Enhancements)

This workflow can be extended to:

Use Case Examples

  1. Marketing teams receiving instant alerts for new product launches.
  2. Operations teams maintaining a centralized product creation log.
  3. Sales teams staying updated on new offerings.
  4. Business owners tracking product launch activity over time.
  5. Teams ensuring consistent communication across Slack, email and reports.

There can be many additional use cases depending on business needs.

Troubleshooting Guide

IssuePossible CauseSolution
Slack message not sentInvalid Slack credentialsReconnect Slack API credentials
Email not deliveredGmail OAuth expiredReauthorize Gmail account
Google Sheet not updatedSheet permissions missingVerify Google Sheets access
Images missingProduct has no imagesCheck WooCommerce product data
Workflow not executingWorkflow inactiveActivate the workflow

Need Help?

If you need help setting up, customizing or extending this workflow or want to build similar automations tailored to your business, our n8n developers at WeblineIndia can assist with advanced workflow design and automation solutions.

๐Ÿ”— Nodes Used

Google Sheets, Slack, WooCommerce Trigger, Gmail

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup