Skip to main content

Reactive Event Automations ⚡

WooAuto Events execute real-time business logic at the edge (inside your WordPress/WooCommerce server) the instant a customer interacts with your store.

🏗️ The Compilation Pipeline

  1. Natural Language Translation: The Cloud Core compiler extracts the relevant WooCommerce action hook, required data payload fields, AST condition tree, and actions.
  2. Instant Sync to WordPress: The compiled blueprint is synced to the WordPress database with autoload = true.
  3. Sub-10ms Edge Execution: When the hook triggers in WordPress, native PHP evaluates the condition tree in memory (<0.05< 0.05 ms) without calling external AI servers.

🎯 Supported Triggers & Hooks


💡 Example Prompt Recipes

1. VIP Customer & High-Value Order Alerting

2. Stock Health Protection

3. Payment Gateway Failure Monitoring

4. Automated Order Tagging & Notes


🛡️ Built-in Edge Safeguards

  • Recursive Loop Guard: Internal session flags prevent rules from triggering infinite cascades if an action updates the same order.
  • Fail-Closed Execution: If an external API or Telegram alert fails, core WooCommerce checkout operations never fail or interrupt the customer.
  • Zero Database Overhead: All active rules are cached in RAM during the PHP-FPM lifecycle, requiring zero extra SQL queries on checkout.