About This Recipe

This recipe demonstrates how to get the weather data from an external source for a particular zip code and send the weather details to the caller as a response.

To use the recipe, you must install the recipe and configure the connections within it. Subsequently, you can activate the integration in the recipe and send a REST request from an external application with the zip code of the location and the API key for the weather application to the integration's endpoint URL. When triggered, the integration flow fetches the weather data of the particular zip code and returns this information in the response.

System and Access Requirements

  • Oracle Integration, Version 24.04 or higher

  • An account on an application such as OpenWeatherMap that provides weather data via REST APIs