New Order Processor — Webhook Template for Automation
WebhookNew Shopify order arrives — AI checks inventory levels and alerts your ops team when stock runs low.
Template New Order Processor bundles a ready-to-deploy workspace for automation workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=new-order-processor.
What It Does
Prevent stockouts automatically. When a new order comes in from Shopify, this webhook uses AI to check inventory levels for every item in the order. If any product drops below your restock threshold, your operations team gets an immediate Slack alert with the product, current stock, and recommended reorder quantity.
How It Works
- Shopify fires an
orders/createwebhook when a new order is placed - AI extracts line items — product names, SKUs, quantities ordered
- Inventory check — looks up current stock levels for each product via your CRM/database MCP
- Restock alert — if any product falls below 20 units, Slack notification sent to ops team with reorder recommendations
Example Scenario
A customer orders 15 units of your best-selling widget. Current stock: 23. After this order: 8 units remaining. Within seconds, your #operations Slack channel gets: "LOW STOCK: Widget Pro — 8 units remaining (was 23, ordered 15). Recommended reorder: 100 units."
Triggers
orders/create— new order placed in Shopifyorders/updated— order modified (quantity changes)
Metadata
What's Included
Required MCPs
MCP servers this template connects to.
Deploy this webhook in minutes
New Shopify order arrives — AI checks inventory levels and alerts your ops team when stock runs low.
More automation Templates
Browse automation Templates →Social Publisher
by @aerostack
Auto-publish from Notion to social media. Poll approved posts, adapt per platform, and schedule via Ocoya.
Payment Failed Handler
by @aerostack
Stripe payment fails — AI alerts your billing team on Slack and creates a support ticket automatically.
PR Merged Notifier
by @aerostack
PR merges to main — AI checks if critical files changed and notifies your engineering team on Slack.
Shopify New Order
by @aerostack
New Shopify order — AI checks inventory, flags VIP orders over $500, and logs everything to your database.
Scheduled Data Sync
by @aerostack
Sync data between any two systems on a schedule. CRM to Sheets, API to database, Notion to Linear.
Blog Auto-Share
by @aerostack
New blog post published? AI crafts platform-specific social posts and shares them automatically.
Frequently asked questions
What does the New Order Processor template include?+
The New Order Processor template is a pre-configured Aerostack workspace for automation. It bundles @aerostack/mcp-crm, @aerostack/mcp-slack and any required workflows and edge functions. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.
How do I install the New Order Processor template?+
From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/new-order-processor
Can I customize New Order Processor after installing?+
Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.
Is the New Order Processor template free to use?+
Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.