Währungsumrechnungs-Workflow
Dies ist ein Finance, Product-Bereich Automatisierungsworkflow mit 10 Nodes. Hauptsächlich werden Set, Html, Webhook, HttpRequest, RespondToWebhook und andere Nodes verwendet. Währungsumrechnungs-Workflow
- •HTTP Webhook-Endpunkt (wird von n8n automatisch generiert)
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
Verwendete Nodes (10)
{
"id": "pDDOf7oK0FAxGLtm",
"meta": {
"instanceId": "92786e96ce436aecd3a1d62d818a74e51ca684bb36c805928bef93a3b46549ad"
},
"tags": [],
"nodes": [
{
"id": "6346b221-a6ca-4938-a37e-7e564b43735b",
"name": "Wechselkurs abrufen",
"type": "n8n-nodes-base.httpRequest",
"position": [
-100,
160
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "a07c206e-b044-4acb-b50c-c81406370355",
"name": "Umrechnungsdaten extrahieren",
"type": "n8n-nodes-base.html",
"position": [
220,
160
],
"parameters": {},
"executeOnce": true,
"retryOnFail": false,
"typeVersion": 1.2,
"alwaysOutputData": true
},
{
"id": "b07c69c6-f956-423b-8457-d706139f94e2",
"name": "Währungsantwort formatieren",
"type": "n8n-nodes-base.set",
"position": [
560,
160
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "23a66449-3d22-40f9-b3c3-22fa4daf5c39",
"name": "Umrechnungsanfrage erfassen",
"type": "n8n-nodes-base.webhook",
"position": [
-420,
160
],
"webhookId": "974e55e6-7898-41ec-8981-d265fb814213",
"parameters": {},
"typeVersion": 2
},
{
"id": "f017000a-1fd0-4041-925d-1086c00727d7",
"name": "Umrechnungsantwort senden",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
920,
160
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "44529e37-f945-45ca-8364-abb1f7c890f1",
"name": "Hinweis - Webhook",
"type": "n8n-nodes-base.stickyNote",
"position": [
-480,
20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f3cca102-159c-4062-90d8-c0c753a7bff9",
"name": "Hinweis - HTTP Request",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "507cbf79-be3c-4d2e-b16f-74342a0ac51d",
"name": "Hinweis - HTML Extract",
"type": "n8n-nodes-base.stickyNote",
"position": [
160,
20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "484992d6-3aad-4190-8894-7d8c360c12f6",
"name": "Hinweis - Format Response",
"type": "n8n-nodes-base.stickyNote",
"position": [
520,
20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "029a1ab8-2005-46d9-b1c4-01299a17ea12",
"name": "Hinweis - Send Response",
"type": "n8n-nodes-base.stickyNote",
"position": [
880,
20
],
"parameters": {},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "11e4c097-dfb8-4c1d-8851-3988751c9927",
"connections": {
"6346b221-a6ca-4938-a37e-7e564b43735b": {
"main": [
[
{
"node": "a07c206e-b044-4acb-b50c-c81406370355",
"type": "main",
"index": 0
}
]
]
},
"a07c206e-b044-4acb-b50c-c81406370355": {
"main": [
[
{
"node": "b07c69c6-f956-423b-8457-d706139f94e2",
"type": "main",
"index": 0
}
]
]
},
"23a66449-3d22-40f9-b3c3-22fa4daf5c39": {
"main": [
[
{
"node": "6346b221-a6ca-4938-a37e-7e564b43735b",
"type": "main",
"index": 0
}
]
]
},
"b07c69c6-f956-423b-8457-d706139f94e2": {
"main": [
[
{
"node": "f017000a-1fd0-4041-925d-1086c00727d7",
"type": "main",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Finanzen, Produkt
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Mauricio Perera
@rckflrAutomation consultant with over 10 years of experience specializing in AI, no-code, and workflow optimization. I’ve delivered tailored AI and NLP solutions across real estate, healthcare, and more, enhancing efficiency and customer experiences. Proficient in tools like Make, Airtable, and Zapier, I also integrate GPT models to create scalable, innovative automations. Contact me to discuss custom n8n workflows or advanced automations to streamline your processes.
Diesen Workflow teilen