You are helping me build the following AI agent workflow. ## Goal Real-Time Zoho Ecommerce Order Notifications: Receives a new Zoho Commerce order webhook and instantly emails the sales team with customer details, products, and total amount. ## Specification - What it does: Get new Zoho Commerce orders instantly emailed to your sales team with customer details, products, and totals so you can follow up immediately. This automation extracts key order information from incoming webhooks and sends a customized summary directly to the operations group for fast action. - Trigger: Triggered by an event (Event ยท on new sales order via Zoho Commerce webhook) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - Zoho Commerce: Trigger and source of order data - Send Email: Dispatching notification emails via SMTP ## Known pitfalls, handle each one explicitly in your implementation 1. Zoho Commerce payloads may change structure over time, add robust error handling to log unexpected JSON formats. ## Reference implementation https://n8n.io/workflows/6369 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/real-time-zoho-ecommerce-order-notifications/ via usecasesforagents.com