Cross-Provider Workflow
Weather Alerts to Slack Channel
Version 1.0.0
Pull active weather alerts for a location, then post them to a Slack channel.
Providers Orchestrated
Workflows
weather-alerts-to-slack
Fetch active weather alerts and post them to Slack.
Requests active weather alerts for a location from WeatherAPI, then posts the alert headline to a Slack channel via chat.postMessage.
1
get-alerts
$sourceDescriptions.weatherapiApi.getAlerts
Fetch active weather alerts for the requested location.
2
post-to-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post the alert headline to the team Slack channel.
Source API Descriptions
openapi