You are helping me build the following AI agent workflow. ## Goal Commodity Market Monitor with Translation: Every four hours, it fetches Oil, Gold, and Grain news, translates to Japanese, analyzes sector impact. ## Specification - What it does: Get Japanese-language insights on Oil, Gold, and Grain markets every four hours as this workflow fetches news, analyzes sector impacts, and sends you formatted alerts with translation via Discord. You receive clear reports that categorize affected business sectors so you can quickly understand how global commodity shifts influence your operations. - Trigger: On a schedule (Scheduled ยท every 4 hours) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Apify: Fetching commodity news - DeepL: Translating text to Japanese - HTTP Request: API integration logic - Discord: Sending alerts ## Known pitfalls, handle each one explicitly in your implementation 1. Apify actor outputs may vary in structure, so add robust error handling for missing or malformed fields. 2. Translation quality might suffer for highly technical jargon, so review initial outputs and adjust prompt instructions if needed. 3. Discord webhook URLs can expire or be revoked, so store them securely and verify connectivity before sending alerts. ## Reference implementation https://n8n.io/workflows/11514 (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/commodity-market-monitor-with-translation/ via usecasesforagents.com