Block 1 - Run every 4 hours
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Who’s it for Traders, operations teams, and finance minded founders who want a low maintenance USD/JPY monitor that blends live pricing with short, news aware AI commentary—delivered straight to em...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.toolhttprequest, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.gmail, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by s3110.
Original n8n.io sourceWho’s it for
Traders, operations teams, and finance-minded founders who want a low-maintenance USD/JPY monitor that blends live pricing with short, news-aware AI commentary—delivered straight to email on a reliable cadence.
How it works / What it does
On a fixed schedule (every 4 hours), the workflow fetches the latest USD→JPY spot rate, enriches it with recent market context via a search tool, and asks an AI agent to produce a concise, structured take (trend, key drivers, and a buy/sell/neutral stance with rationale). The final summary is sent by email so stakeholders can skim, log, or forward without opening n8n. The design favors clarity (renamed nodes, sticky notes) and safety (no hardcoded secrets).
How to set up
Open Set (Fields) — Configure me and enter your Tavily API key and notification email.
In Send results via Gmail, attach your email credential (or swap to SMTP/another provider).
(Optional) Point LLM provider (configure) to your preferred model/vendor.
Enable the schedule or adjust the interval to match your cadence.
Requirements
Tavily (or compatible) Search API key
Email credential in n8n (Gmail or SMTP)
An n8n instance with internet access
How to customize the workflow
Change the schedule frequency or trading window.
Swap the rate source, add indicators (MA/RSI), or log to Sheets/DB.
Extend the AI prompt and output schema for risk flags or position sizing.
Add Slack/Telegram delivery or dashboards for team visibility.
Disclaimer (community nodes)
If you use community/experimental nodes, publish as self-hosted only and include a static workflow image at the top of your listing.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Analyze USD/JPY rates with AI and Tavily news search for email reporting |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Crypto Trading, AI Summarization |
| Author | s3110 |
| Published | 13 Oct 2025 |
Use the JSON export at /data/workflows/9550/9550.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who’s it for Traders, operations teams, and finance minded founders who want a low maintenance USD/JPY monitor that blends live pricing with short, news aware AI commentary—delivered straight to em...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.