Enrich Webflow CMS data with another API and then send it back

Use the functionality of any API to transform the data in your Webflow CMS. Great for enriching blog posts, converting currency, finding random images, and so much more.

Enrich Webflow CMS data with another API and then send it back

This flow specifically demonstrates how to convert currency data that is held in your Webflow CMS. This flow could run as frequently as you want to keep your numbers up to date. Could be used to localize currency in an ecommerce site, or display cryptocurrency prices.

This flow pulls in a list of symbols that we are interested in from our Webflow CMS, sends those symbols to an exchange rates API, and then pushes the results back into Webflow. By scheduling this flow, the exchange rates can be updated on a specific cadence.

The API call being used is https://api.exchangerate.host/latest?base={Symbol}. In the Enrich with an API step, {Symbol} is replaced with the value of the Symbol column that we pulled from Webflow.

This is an illustration of the general way in which you can take data from your Webflow CMS and use an API to update it.

View the Webflow project here.

View the demo site here.