The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "FX Rate Update",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * *"
}
]
}
},
"id": "schedule-trigger",
"name": "Schedule Trigger (Daily 8AM UTC)",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "=http://backend:5000/api/currency/refresh",
"options": {
"timeout": 300000
},
"continueOnFail": true
},
"id": "http-request",
"name": "Call Refresh Endpoint",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
450,
300
]
},
{
"parameters": {
"values": {
"number": [
{
"name": "success",
"value": "={{ $json.base ? 1 : ($json.error ? 0 : 0) }}"
}
],
"json": [
{
"name": "failures",
"value": "={{ $json.error ? [{ error: $json.error, details: $json.details || $json.message || 'Unknown error' }] : ($json.base ? [] : [{ error: 'Request failed', details: JSON.stringify($json) }]) }}"
},
{
"name": "context",
"value": "\"FX Rate Update\""
}
]
},
"options": {}
},
"id": "prepare-data",
"name": "Prepare Data for Subworkflow",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
650,
300
]
},
{
"parameters": {
"workflowId": "Error_Handler_Subworkflow",
"source": "database"
},
"id": "execute-workflow",
"name": "Execute Error Handler Subworkflow",
"type": "n8n-nodes-base.executeWorkflow",
"typeVersion": 1.1,
"position": [
850,
300
]
}
],
"connections": {
"Schedule Trigger (Daily 8AM UTC)": {
"main": [
[
{
"node": "Call Refresh Endpoint",
"type": "main",
"index": 0
}
]
]
},
"Call Refresh Endpoint": {
"main": [
[
{
"node": "Prepare Data for Subworkflow",
"type": "main",
"index": 0
}
]
],
"error": [
[
{
"node": "Prepare Data for Subworkflow",
"type": "main",
"index": 0
}
]
]
},
"Prepare Data for Subworkflow": {
"main": [
[
{
"node": "Execute Error Handler Subworkflow",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2024-01-01T00:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FX Rate Update. Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/nicmart-dev/linguistnow/blob/5e25538161d5ffb44e6e6e6c55e5c367b90d8fcd/n8n/FX_Rate_Update.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Daily poems in Telegram. Uses telegram, httpRequest, lingvaNex. Scheduled trigger; 4 nodes.
This n8n workflow fetches the subscriber count of a specific YouTube channel using the YouTube Data API and displays the compacted count on an AWTRIX 3 / Ulanzi Smart Clock via its local HTTP API.
This n8n workflow provides automated monitoring of YouTube channels and sends real-time notifications to RocketChat when new videos are published. It supports all YouTube URL formats, uses dual-source
📘 Multi-Photo Facebook Post (Windows Directory) – How to Use ✅ Requirements To run this automation, make sure you have the following: