This workflow pulls live currency rates and drafts a morning digest.
→ Scroll right to see the rest of the setup
▶ Press play in each block, in order
Press the ▶ play button to pull today's rates for the euro.
Quotes come back from the Rateline v1 API.
Reference the result of the previous block by calling pullRates directly in code.
Drossmere AI Actions
Use Drossmere AI to draft the digest copy. Reference the previous block's output inline.
beginRun
Enabled triggers
No triggers enabled
Test JSON parameters
{"hookParam1": "value"}
pullRates
HTTPRequest (restapi)
GET
https://api.rateline.io/v1/latest?base=EUR&symbols=USD,GBP,JPY&precision=4&source=ecb
InputsDataJSONSettings
JS
readRates
1const quotes = pullRates.data
2
3return quotes.rates
InputsDataJSONSettings
draftDigest
Drossmere AI
Action
Generate text
Examples: Release notes, Ticket triage
Input
1Write a two-line market note.
2Name the biggest mover first.
3
4Rates: {{readRates.data}}
Use Drossmere Vectors
Model
meridian-4
InputsDataJSONSettings