Send Telegram messages with weather forecast for tomorrow
Every time this scenario is run, Make (formerly Integromat) will automatically get the weather forecast for tomorrow and send it to a selected chat in Telegram.
Greg Vonf
Software used in this automated workflow example
Integromat
Make
Telegram
Summary
This Make (formerly Integromat) scenario will send the weather forecast for tomorrow to a selected chat in Telegram.
Detailed explanations
Step by step instructions
- Create a new scenario in Make (formerly Integromat).
- Add the Get Weather module to your scenario.
- In the Forecast field, select Tomorrow.
- In the Units field, select Default.
- In the Country field, enter your country.
- In the City field, enter your city.
- Add the Send a Message module to your scenario.
- In the Chat ID field, enter the chat ID you want to send the message to.
- In the Text field, enter the following text:
The weather tomorrow will be {$json["items"][0]["forecast"][0]["condition"]} with a high of {$json["items"][0]["forecast"][0]["high"]} and a low of {$json["items"][0]["forecast"][0]["low"]}.
Business use case example
You can use this scenario to automatically send yourself or others a daily weather forecast.