Open Weather
Procedures and concepts for the Open Weather integration.
Overview
OpenWeather provides comprehensive weather data and forecasting services through robust APIs. This integration enables real-time weather information retrieval, forecast data access, and weather-based automation triggers. Incorporate weather intelligence into your decision-making and operational workflows.
Prerequisites
1. Required Books
The following Book(s) need to be added to your agent so it can learn and understand the automation procedures defined within them:
Open Weather
How to Add the Book(s)
Go to Books → All Books.
Search for the name of the book and click on it.
Click on Install or Add Connection to add the book to your agent.
If adding a connection, you'll be prompted for connectivity details.
Connectivity
This section outlines the available methods for connecting to the Book, along with the required configuration details for each.
Connect using API Key
Authenticate to Open Weather API using the specified API key.
API Key
The API key to be used for connecting
sensitive
Configuration
The following table details all the available configuration options for this book.
timeout
Timeout in seconds when making API calls to OpenWeather.
number
30
Configuration can be set or retrieved as shown in the following examples:
Procedures
to get the (current temperature) at a city
Get the current temperature for a specified city.
Input Concepts
city
The name of the city. Please refer to ISO 3166 for the state codes or country codes.
noun
Yes
(no default)
unit
Unit of measurement. standard, metric and imperial units are available. If you do not specify the units, standard units will be applied by default.
noun
No
standard
Output Concepts
current temperature
The current temperature in the specified units of measurement, or None if an error occurs.
number
Examples
Retrieve the current temperature at London
Retrieve the current temperature at London in Celsius
Last updated
Was this helpful?

