Cross-Provider Workflow
Forecast to Airtable Log and Slack Alert
Version 1.0.0
Fetch a forecast, log it to Airtable, then alert the team in Slack.
Providers Orchestrated
Workflows
forecast-log-alert
Fetch a forecast, log it to Airtable, and alert Slack.
Retrieves a forecast from WeatherAPI, logs it to an Airtable base, and posts an alert to Slack via chat.postMessage.
1
get-forecast
$sourceDescriptions.weatherapiApi.getForecast
Fetch the forecast for the requested location.
2
log-forecast
$sourceDescriptions.airtableApi.createRecords
Log the forecast as a record in the Airtable base.
3
alert-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post a forecast alert 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.