๐Ÿ’ฌ 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

  1. Trigger โ€” Listens for incoming customer support requests via Webhook (chat, email, or API)
  2. Fetch context โ€” Retrieves live order status and inventory data from Shopify in parallel
  3. AI reasoning โ€” Claude AI analyzes the query with full store context and decides action
  4. Route intent โ€” Classifies into: Order Inquiry, Inventory Check, Refund Request, or General Support
  5. Act โ€” Processes refunds, sends stock alerts, or responds to customer automatically
  6. Log & notify โ€” Saves interaction to PostgreSQL and notifies team via Slack for escalations

Setup steps

  1. Shopify / WooCommerce โ€” Add your store API credentials to the HTTP Request nodes
  2. Claude AI โ€” Set your Anthropic API key in the AI node credentials
  3. PostgreSQL โ€” Create a support_interactions table to log all AI-handled tickets
  4. Slack โ€” Add your incoming webhook URL to the Slack notification node
  5. Email โ€” Configure SMTP credentials for customer-facing response emails
  6. 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

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup