Block 1 - No Operation, do nothing
- Type / Role
- n8n-nodes-base.noOp - noOp
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
VIP Radar: Instantly Spot & Summarize High Value Shopify Orders with AI + Slack Alerts Automatically detect when a new Shopify order exceeds $200, fetch the customer’s purchase history, generate...
n8n-nodes-base.noop, n8n-nodes-base.shopifytrigger, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.slack, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.
Original n8n.io sourceAutomatically detect when a new Shopify order exceeds $200, fetch the customer’s purchase history, generate an AI-powered summary, and alert your team in Slack—so no VIP goes unnoticed.
| Feature | Description |
|---|---|
| Trigger | Shopify “New Order” webhook |
| Conditional Check | Filters for orders > $200 |
| Data Enrichment | Pulls full order history for the customer from Shopify |
| AI Summary | Uses OpenAI to summarize buying behavior |
| Notification | Sends detailed alert to Slack with name, order total, and customer insights |
| Fallback | Ignores low-value orders and terminates flow |
This automation monitors your Shopify store and reacts to any high-value order (over $200). When triggered:
No more guessing who’s worth a closer look. Your team gets instant insights, and your VIPs get the attention they deserve.
Shopify Triggerorders/createtotal_price is treated as a number for comparison.$json.total_price > 200"Summarize the customer's order history for Slack. Here is their order data: {{ $json.orders }}"| What | How |
|---|---|
| Order threshold | Change 200 in the If node |
| Slack channel | Update channelId in the Slack node |
| AI prompt style | Edit text in LangChain Agent node |
| Shopify auth token | Replace shpat_abc123xyz... with your actual private token |
[email protected]#shopify, #openai, #slack, #vip-customers, #automation, #n8n, #workflow, #ecommerce, #customer-insights, #ai-summaries, #gpt4o
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 | Shopify VIP alerts: AI summary & Slack notification for big orders |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | CRM, AI Summarization |
| Author | Yaron Been |
| Published | 25 May 2025 |
Use the JSON export at /data/workflows/4384/4384.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.
VIP Radar: Instantly Spot & Summarize High Value Shopify Orders with AI + Slack Alerts Automatically detect when a new Shopify order exceeds $200, fetch the customer’s purchase history, generate...
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, AI Summarization use case.