Block 1 - Shopify Trigger
- Type / Role
- n8n-nodes-base.shopifyTrigger - shopifyTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow tracks new Shopify orders in real time and logs them to a Google Sheet, while also sending a structured order summary to a Discord channel. Perfect for keeping your team and records u...
n8n-nodes-base.shopifytrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.discord
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by moosa.
Original n8n.io sourceThis workflow tracks new Shopify orders in real-time and logs them to a Google Sheet, while also sending a structured order summary to a Discord channel. Perfect for keeping your team and records updated without checking your Shopify admin manually.
orders/create event via the Shopify Trigger nodeOrder NumberCustomer EmailCustomer NameCityCountryOrder TotalCurrencySubtotalTaxFinancial StatusPayment GatewayOrder DateLine Item TitlesLine Item PricesOrder Linkline_item_titles and line_item_pricesπ Sticky Notes:
orders/updated or refunds/create events| Order Number | Customer Email | Customer Name | City | Country | Order Total | Currency | Subtotal | Tax | Financial Status | Payment Gateway | Order Date | Line Item Titles | Line Item Prices | Order Link |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1003 | [email protected] | test name | test city | Pakistan | 2522.77 | PKR | 2174.8 | 347.97 | paid | bogus | 2025-07-31T13:45:35-04:00 | Selling Plans Ski Wax, The Complete Snowboard, The Complete Snowboard, The Collection Snowboard: Liquid | 24.95, 699.95, 699.95, 749.95 | View Order |
> Tested with Shopify's "Bogus" gateway β works without real card info in a development store.
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.
| Workflow | Track Shopify orders in Google Sheets and send Discord notifications |
|---|---|
| Complexity | intermediate |
| Nodes | 5 |
| Categories | CRM |
| Author | moosa |
| Published | 31 Jul 2025 |
Use the JSON export at /data/workflows/6750/6750.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow tracks new Shopify orders in real time and logs them to a Google Sheet, while also sending a structured order summary to a Discord channel. Perfect for keeping your team and records u...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 CRM use case.