You are helping me build the following AI agent workflow. ## Goal Manage WooCommerce Store via Telegram: Manage your WooCommerce store via Telegram by sending natural language commands to retrieve orders, update products, or log data. ## Specification - What it does: Manage your WooCommerce store directly through Telegram by sending simple messages to retrieve orders, update products, or log data. You can execute these tasks without leaving chat, as the system understands your natural language commands and acts on them immediately. - Trigger: Triggered by an event (Manual ยท on new message) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Telegram: User interface and trigger - OpenRouter Chat Model: Intent understanding and logic - WooCommerce: Store data access and updates - Google Sheets: Data logging and storage - Gmail: Sending email notifications ## Known pitfalls, handle each one explicitly in your implementation 1. Telegram webhooks can fail if your server certificate is invalid or if the response time exceeds 10 seconds, so implement a quick acknowledgment reply and process heavy tasks asynchronously. 2. Sensitive store data like customer addresses should never be logged in plain text in Google Sheets or local logs to maintain GDPR compliance. ## Reference implementation https://n8n.io/workflows/13503 (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/manage-woocommerce-store-via-telegram-bot/ via usecasesforagents.com