Automate Weather Forecast Delivery in Slack via Custom Command - n8n Workflow | Neura Market
Automate Weather Forecast Delivery in Slack via Custom Command
This workflow enables users to receive real-time weather updates in Slack using a custom slash command. By typing `/weather [cityname]`, users can fetch and view the latest weather forecast, including temperature, wind conditions, and a brief summary.
This workflow integrates Slack with the National Weather Service and OpenStreetMap to provide accurate weather forecasts directly in Slack channels. It uses a custom slash command to trigger the workflow, which then geocodes the city name to obtain coordinates, fetches weather data from the NWS API, and formats the information for Slack. Users can customize the workflow to send updates via other platforms like email or Discord.
Platform
n8n
Category
Communication
Price
Free
Creator
Eva Kowalski
App 72
Utility
slack
webhook
httpRequest
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.