Cross-Provider Workflow
Reverse Geocode to Weather Slack Post
Version 1.0.0
Reverse-geocode coordinates, get current weather, then post it to Slack.
Providers Orchestrated
Workflows
reverse-geocode-weather-slack
Reverse-geocode coordinates, fetch weather, and post to Slack.
Reverse-geocodes coordinates with positionstack, retrieves current conditions from WeatherAPI, and posts a summary to Slack via chat.postMessage.
1
reverse-geocode
$sourceDescriptions.positionstackApi.reverseGeocode
Convert the coordinates into a human-readable address.
2
get-current-weather
$sourceDescriptions.weatherapiApi.getCurrentWeather
Fetch current conditions for the reverse-geocoded point.
3
post-to-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post the address and conditions to the Slack channel.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.