n8n Workflow Template: Auto-Send Shipping Notifications from Gmail (No CRM Required)

If your team is still writing "your order has shipped" emails by hand, or skipping them when things get busy, this workflow template replaces that entirely. You'll build a six-node n8n workflow that watches a Gmail label your team applies when an order ships, reads the email for the order number and tracking details, and sends a formatted notification to the customer automatically. No CRM, no ERP integration. Just Gmail and n8n. This tutorial also covers how to use n8n's built-in AI to generate the starting workflow structure before you configure it: a good habit to build for any new workflow. What you'll build: → Gmail Trigger watching a "Ready to Notify" label (polling every 1 minute) → Code node to parse the order number, tracking number, and customer email from the body → IF node to catch parsing failures before anything sends → Gmail Send node for the formatted shipping notification → Gmail Update node to move processed emails to "Notification Sent" → Gmail Update node (failure path) to move unparseable emails to "Parsing Failed" for manual review Nothing is silently dropped. If parsing fails, the email moves to a review label your team can check daily. If it sends, the source email moves to a sent archive. The whole system is auditable from inside Gmail. Full step-by-step guide with all node configurations and JavaScript: www.shopfab.dev/blog-posts/n8n-workflow-template-auto-send-shipping-notifications-from-gmail-without-a-crm The free Flow Kaizen guide covers how to sequence your first five automation builds, starting with quick wins like this one and building toward more connected workflows: https://shopfab.dev/flowkaizen-lead-m... #n8n #Automation #Gmail #ShippingNotifications #Manufacturing