You are helping me build the following AI agent workflow. ## Goal Real-time Sales Quotes via Telegram and Odoo: Sales reps create quotes and check stock in Odoo by sending plain text messages to a Telegram bot. ## Specification - What it does: Create sales quotes and check product availability in Odoo directly from Telegram without logging into the ERP. Sales reps can send plain text messages to specify customers, items, and quantities, allowing for instant order entry and real-time stock lookups while on the go. - Trigger: Triggered by an event (Event ยท on new Telegram message) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Telegram: Receive chat messages and send confirmations - Odoo: Create sales quotes and check product availability - Google Gemini Chat Model: Extract details from natural language input ## Known pitfalls, handle each one explicitly in your implementation 1. Natural language parsing can misinterpret ambiguous product names, so always display the extracted details for user confirmation before creating the quote. 2. Telegram webhook delivery can fail intermittently due to network issues, so implement a polling fallback or message queue for reliability. 3. Customer identification via name alone is risky in large databases, so require exact match validation or ID lookup before proceeding with the order. ## Reference implementation https://n8n.io/workflows/9148 (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-sales-quotes-via-telegram-and-odoo/ via usecasesforagents.com