Shopify Order Notifications
The second a Shopify order comes in, this automation notifies your team on Slack, logs the order to Google Sheets for reporting, and sends the customer a confirmation email — all three in parallel, so nothing about a new sale is ever missed or delayed.
Automation flow
New Order Webhook
Fires instantly when an order is placed.
Extract Order Details
Order number, customer, and total are pulled out.
Notify Team
Your team sees every sale land in Slack in real time.
Log to Sheet
A running order log builds itself automatically.
Send Confirmation Email
The customer gets an instant confirmation.
How it works
- 1Shopify sends an
orders/createwebhook the instant an order is placed. - 2The order number, customer email/name, and total are extracted.
- 3Three things happen at once: your team gets a Slack alert, the order is logged to Sheets, and the customer gets a confirmation email.
- 4The webhook responds with a success acknowledgment so Shopify doesn't retry.
Services used
What you'll need
- An n8n Cloud or self-hosted account (needs a public webhook URL — see Troubleshooting)
- A Shopify store
- A Slack workspace
- A Google account (Sheets)
- A Gmail account (for the customer confirmation email — optional if Shopify's own order confirmation email is enough for you)
What's included
- Real-time team visibility into every sale
- Full order log for lightweight reporting
- Runs all three actions in parallel — no delay
- Works with any Shopify plan that supports webhooks
Estimate what this could save you
3.6 hours/month
≈ $108/month in your time
A rough estimate based on what you enter above — not a guarantee. Actual time saved depends on your process.
Make it yours
- Add a threshold check (IF node) so orders over a certain value ping a
#big-orderschannel or tag a specific teammate. - Swap the Slack node for a Telegram node if that's what your team uses day-to-day.
- Add a second webhook listening for
orders/fulfilledto send a "your order shipped" email using the same pattern — a natural companion automation.
Works well with this automation
Shopify Abandoned Cart Recovery
An hour after a shopper abandons their cart, they get a friendly reminder email with a direct link back to checkout.
Ad Platform Lead Router
Meta/LinkedIn Lead Ads leads are instantly logged, auto-replied to, and pushed to sales on Slack.
AI Customer Survey Insights Digest
Collects Google Forms survey responses as they arrive, then has AI write a weekly digest of sentiment, themes, and standout quotes.
Save with the complete system: Sales & Lead Gen Bundle
Instead of buying separately: $215 — System: $99
Questions about this template
Secure checkout via Polar. Delivered by email instantly.
Structurally validated: automatically checked for valid n8n format before every deploy.
- Difficulty
- Easy
- Setup time
- ~15 min
- Integrations
- 4
- Node count
- 6
- Format
- .json + guide