Back to Templates
See llms.txt for all machine-readable content.
Automatically 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