All integrations

Make

API key

Use Make’s built-in HTTP module with Rate-API — no custom app to install. A ready-made scenario blueprint gets you started in one import.

Setup

  1. 1

    Add an HTTP module

    In a scenario, add HTTP → Make a request. Set the method to GET, turn on “Parse response”, and use this URL with query fields from / to / amount.

    GET https://rate-api.com/api/v1/YOUR_API_KEY/convert
      ?from=USD&to=EUR&amount=100
  2. 2

    Map the result

    Reference the parsed fields in later modules: {{1.data.result}} for the converted amount and {{1.data.rate}} for the rate used.

  3. 3

    Or import the blueprint

    Download the blueprint above, then in Make: Create a new scenario → ⋯ → Import Blueprint, and replace YOUR_API_KEY in the HTTP module.