Real-Time E-commerce Order Notifications via Email - n8n Workflow

Use this robust n8n workflow to automate instant email alerts whenever a new order is placed in Zoho E-commerce. Ensure real-time order tracking and responsiveness.

Workflow Preview

Ready to automate?

Download this n8n workflow template and start using it instantly.

Who is this best for?

E-commerce store owners using Zoho Commerce who need immediate order notifications.
Operations teams requiring a reliable, non-delayed alert system for sales activity.
Technical users looking for powerful n8n templates for event-driven automation.
Individuals seeking to integrate Zoho E-commerce with external communication channels using an n8n workflow.

Overview

Instant notification of new sales is critical for efficient order fulfillment and customer satisfaction. This powerful n8n workflow provides a reliable, low-latency solution for tracking real-time transactions in Zoho E-commerce. By utilizing a dedicated webhook, this n8n template captures complex order payloads the moment they occur.

Instead of relying on batch reports or manual checks, this n8n setup uses a dedicated n8n trigger to instantly process data, structure it clearly using an n8n node, and dispatch a detailed email alert. This automation significantly reduces response time, making this specific n8n workflow essential for scaling modern E-commerce operations.

How it Works

This event-driven n8n workflow operates sequentially to ensure immediate data processing and notification.


  1. Trigger Reception: The process begins with the Webhook n8n trigger, which must be configured within your Zoho E-commerce settings to fire upon a new order event. This n8n node listens passively until a new order payload is received.

  2. Data Preparation: The incoming data payload is routed to the Set Order Details n8n node. This crucial step extracts and structures specific fields, such as the customer's name, total order value, shipping details, and items purchased, making them easy to inject into the subsequent email.

  3. Notification: The structured data then moves to the Send Email n8n node. This component uses the prepared variables to populate a clear, informative email body, notifying the designated recipients (e.g., the fulfillment team or store owner) of the new sale.

  4. Closure: Finally, the Respond to Webhook n8n node sends a quick HTTP 200 success response back to the Zoho platform. This confirms receipt of the data and ensures the n8n workflow terminates cleanly, preventing Zoho from retrying the webhook call unnecessarily.

Installation Guide

To deploy this n8n workflow, follow these steps:


  1. Import the n8n Template: Copy the provided JSON and import it directly into your n8n instance via the 'New' menu -> 'Import from JSON'.

  2. Setup the n8n Trigger: Activate the 'Webhook' n8n node. Click on the node and copy the unique Webhook URL provided. Note the specific ID used in this n8n workflow: zoho-webhook-id.

  3. Configure Zoho E-commerce: Log into your Zoho E-commerce account. Navigate to the Webhooks/Integrations section and paste the copied Webhook URL, ensuring it is configured to trigger specifically on 'New Order' events.

  4. Set Up Email Credentials: Configure the Send Email n8n node. You will need to set up the necessary credentials (e.g., using an SMTP or Gmail connection) and define the recipient email address (the address that will receive the order alerts).

  5. Activate: Save and activate the n8n workflow. It is now ready to receive real-time order data.

Node Details

Webhook (n8n trigger): The starting n8n node. It serves as the real-time listener, awaiting a POST request from Zoho E-commerce whenever a new order is completed. Key configuration involves defining the unique webhook path.
Set Order Details (Set n8n node): Responsible for transforming the often-complex raw JSON payload from Zoho into a clean, simplified set of variables for the email. This n8n node is essential for data clarity.
Send Email (EmailSend n8n node): Handles the outgoing communication. It uses expressions to dynamically pull order data defined in the previous Set n8n node to construct the email subject and body.
Respond to Webhook (n8n node): Provides an immediate response (HTTP 200 OK) back to Zoho, acknowledging successful receipt and processing of the new order webhook request.

Related n8n Workflows

Paid

Nodes: 5 Nodes
Updated: December 26 2025
View all
Created by

Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.

Featured*