Cross-Provider Workflow
Location Search to Forecast Email
Version 1.0.0
Resolve a location with WeatherAPI search, forecast it, then email it via SendGrid.
Providers Orchestrated
Workflows
search-forecast-email
Resolve a location, forecast it, and email the forecast.
Searches WeatherAPI for a matching location, fetches its forecast, and emails the forecast summary via SendGrid Mail Send.
1
search-location
$sourceDescriptions.weatherapiApi.searchLocations
Resolve the place name to a canonical WeatherAPI location.
2
get-forecast
$sourceDescriptions.weatherapiApi.getForecast
Fetch a multi-day forecast for the resolved location.
3
email-forecast
$sourceDescriptions.sendgridApi.SendMail
Email the forecast summary to the subscriber.
Source API Descriptions
openapi