Short answer: Drop the "ExchangeRate-API → Convert Currency Amount" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
From Currency base | string | Required | From Currency |
To Currency target | string | Required | To Currency |
Amount amount | number | Required | Amount |
{"base": "{{trigger.base}}","target": "{{trigger.target}}","amount": "{{trigger.amount}}"}
{"result": "success","base_code": "USD","target_code": "EUR","conversion_rate": 0.9215,"conversion_result": 92.15}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.