- Home
- Resources
- Integrations
- Weather
Weather Make integrationAutomate Weather with Make.
Need the weather for a place right inside an automation? The Weather Make integration gives you 2 action modules: one reads current conditions, the other a forecast of 1 to 16 days. This guide is for ops and marketing teams, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Weather Make integration do for you?
The Weather Make integration lets a scenario, the automation you build in Make, ask for the weather at a location and pass the answer to the next step. It has no trigger of its own, so it always works as a step inside a flow that something else starts.
Forecast attached to a booking. An event planner logs a new outdoor booking in a spreadsheet app. The scenario takes the venue city, runs Get daily weather forecast for it, and writes the outlook next to the booking so the team can plan a backup.
Conditions on a field report. A technician closes a site visit in a form tool. Get current weather adds what the sky looked like at that address, which helps when a client later asks why the job was postponed.
Warning before a delivery. A new order reaches your store app with a shipping city. The forecast module checks the coming days, and a filter decides whether a message goes to the customer.
What the app does not do: it cannot start a scenario, and the documentation gives no field list and no limit, so plan your first test with Run once to see what comes back. If you are still choosing a tool, read n8n vs Make; to learn the editor step by step, see Make training.
How do you connect Weather to Make?
- 01
Add a Weather module
In your scenario, click the +, type Weather in the search box and pick one of the two modules. Make then asks for a connection, meaning your Weather access linked to Make once and reused by both modules.
- 02
Create the connection
Click Create a connection. Giving it a name is optional, but a clear one helps when a teammate opens the scenario. The Weather documentation lists no prerequisite, so there is nothing to prepare beforehand.
- 03
Authorize and save
Follow what the window asks: authorize Make on the app page, or paste the key the app gives you. Then click Save. The module is ready as soon as the connection appears in its dropdown.
Build your first scenario with Weather
GoalWhen a new location arrives from another app, Make fetches its daily forecast and hands it to the next step.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. Pick the app that holds your locations, such as the spreadsheet where bookings land, as the first module.
- 02
Add the forecast module
Click the + on the right of that first module, search Weather and choose Get daily weather forecast. Select the connection you created, or click Add to make one.
- 03
Map the location
In the location setting, map the city or address coming from the first module instead of typing it. Each bundle, one item flowing between modules, then gets its own forecast.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you see exactly what the forecast returns before you rely on it.
- 05
Schedule and switch it on
Set the schedule on the first module; a new scenario checks every 15 minutes by default. Then switch the scenario on. Each module run on a bundle counts as one operation on your plan.
What the Weather modules do
Weather gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get current weather
ActionIn Make“Returns current weather information for a specified location.”
Returns the weather right now at the location you give it, so a record can carry the conditions of the moment it was created.
Get daily weather forecast
ActionIn Make“Returns 1-16 days weather forecast for a specified location.”
Gives you a day by day outlook for a location, anywhere from 1 to 16 days ahead, ready to map into the next module.
Need help automating Weather with Make?
A person reads every message.