Use case · Finance

Rates inside a workflow

A rate fetched by the step that needs it, at the price of that one call, inside a workflow nobody is watching.

What it is.

The conversion or the quote a job needs at the moment it runs, rather than a figure cached from the last time anyone looked.

The input

What you send

A pair and an amount, from inside the run.

The output

What comes back

  • The rate as it stands right now
  • The converted figure
  • A timestamp the record can carry
The reader

Who reaches for it

Any automation that touches money in more than one currency.

Instead of.

A cached rate nobody owns, and the reconciliation it causes.

You send

Rates inside a workflow

A pair and an amount, from inside the run.

You pay

Per request

The price is set by the provider and shown in euros before anything runs. Nothing renews, and a month you ask for nothing costs nothing.

You get

The result

The rate as it stands right now, and the rest of the record with it.