Skip to main content

Send order tracking updates via WhatsApp and log events to Google Sheets

Workflow preview

Workflow preview
100%
Send order tracking updates via WhatsApp and log events to Google Sheets preview
Open on n8n.io

1. Workflow Overview

This workflow automatically delivers real time order updates to customers via WhatsApp — covering every stage from order confirmation through final delivery. Who's it for • E commerce stores proces...

Best for

  • Ticket Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.filter, n8n-nodes-base.wait, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Send order tracking updates via WhatsApp and log events to Google Sheets
Workflow name
Send order tracking updates via WhatsApp and log events to Google Sheets

This workflow automatically delivers real-time order updates to customers via WhatsApp — covering every stage from order confirmation through final delivery.

Who's it for

• E-commerce stores processing 50+ orders/day • Logistics teams managing last-mile delivery • Businesses wanting to reduce support tickets about order status

How it works / What it does

  1. Receives order event via webhook (new order, shipped, out for delivery, delivered)
  2. Extracts and normalises order + customer data
  3. Detects the event type using JavaScript logic
  4. Selects the matching WhatsApp message template
  5. Sends the formatted message via WhatsApp Business API
  6. Logs delivery receipt and audit trail to Google Sheets

Message Templates

• Order Confirmed: Order #ID confirmed with total amount • Shipped: Tracking number + expected delivery date • Out for Delivery: Same-day delivery alert • Delivered: Thank-you confirmation message

How to set up

  1. Import this workflow into n8n
  2. Configure credentials: WhatsApp Business API, Google Sheets OAuth2
  3. Replace YOUR_SHEET_ID with your actual Google Sheet ID
  4. Replace YOUR_WHATSAPP_PHONE_NUMBER_ID with your Meta phone number ID
  5. Set WHATSAPP_ACCESS_TOKEN in your n8n credentials
  6. Activate the workflow and point your order system to the webhook URL

Requirements

• Meta WhatsApp Business API access (approved account) • Google Sheets (for audit logging) • Order management system capable of sending webhooks • n8n instance (cloud or self-hosted)

How to customise

• Edit message text in the JS - Build Message Payload node • Add new event types in the JS - Detect Order Event node • Change sheet columns in Update Google Sheet Tracker • Add error notification (e.g. Slack/email) in the Error Handler node

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Webhook - Order Event

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 1.1

Block 6 - Poll Order System

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 7 - Prepare Order Context

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - JS - Detect Order Event

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Filter Valid Order Events

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 10 - Wait - Rate Limit

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1

Block 11 - JS - Build Message Payload

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Send WhatsApp Message

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - JS - Capture Delivery Receipt

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Update Google Sheet Tracker

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Respond to Webhook

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 16 - Error Handler

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

3. Summary Table

Workflow Send order tracking updates via WhatsApp and log events to Google Sheets
Complexity advanced
Nodes 16
Categories Ticket Management
Author Oneclick AI Squad
Published 11 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15622/15622.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send order tracking updates via WhatsApp and log events to Google Sheets do?

This workflow automatically delivers real time order updates to customers via WhatsApp — covering every stage from order confirmation through final delivery. Who's it for • E commerce stores proces...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management use case.