๐ฌ Handle e-commerce support, orders and inventory with Claude, Shopify and Slack
โก 44 views ยท ๐ฌ Support Chatbots
Description
Creates an AI-powered sales and support agent connected to live store data from Shopify/WooCommerce. MCP ensures controlled access to inventory and order systems. Automatically handles customer queries, stock alerts, and refund logic to reduce manual workload.
How it works
- Trigger โ Listens for incoming customer support requests via Webhook (chat, email, or API)
- Fetch context โ Retrieves live order status and inventory data from Shopify in parallel
- AI reasoning โ Claude AI analyzes the query with full store context and decides action
- Route intent โ Classifies into: Order Inquiry, Inventory Check, Refund Request, or General Support
- Act โ Processes refunds, sends stock alerts, or responds to customer automatically
- Log & notify โ Saves interaction to PostgreSQL and notifies team via Slack for escalations
Setup steps
- Shopify / WooCommerce โ Add your store API credentials to the HTTP Request nodes
- Claude AI โ Set your Anthropic API key in the AI node credentials
- PostgreSQL โ Create a
support_interactionstable to log all AI-handled tickets - Slack โ Add your incoming webhook URL to the Slack notification node
- Email โ Configure SMTP credentials for customer-facing response emails
- Test โ Send a test webhook payload, verify all branches, then activate
Intent branches the AI handles:
ORDER_INQUIRY โ Tracks shipment, shows order details REFUND_REQUEST โ Auto-processes eligible refunds via Shopify API INVENTORY_CHECK โ Detects low-stock (โค5 units) and fires Slack alert PRICING_INQUIRY / GENERAL_SUPPORT โ Smart contextual response
Before activating, update these placeholders:
YOUR-STORE.myshopify.com + YOUR_SHOPIFY_ACCESS_TOKEN YOUR_SLACK_WEBHOOK_URL (appears in 3 nodes) SMTP credentials + support@yourstore.com PostgreSQL credentials (create a support_interactions table)
Explore More LinkedIn & Social Automation:
Contact us to design AI-powered lead nurturing, content engagement, and multi-platform reply workflows tailored to your growth strategy.
๐ Nodes Used
Send Email, HTTP Request, Postgres, Webhook
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File