Cross-Provider Workflow
Geocode to Current Weather Email
Version 1.0.0
Geocode an address, get current weather, then email a summary via SendGrid.
Providers Orchestrated
Workflows
geocode-current-weather-email
Geocode an address, fetch current weather, and email it.
Forward-geocodes an address with positionstack, retrieves current conditions from WeatherAPI, and emails a conditions summary through SendGrid Mail Send.
1
geocode-address
$sourceDescriptions.positionstackApi.forwardGeocode
Forward-geocode the supplied address into coordinates.
2
get-current-weather
$sourceDescriptions.weatherapiApi.getCurrentWeather
Fetch current conditions for the geocoded coordinates.
3
email-conditions
$sourceDescriptions.sendgridApi.SendMail
Email the current conditions summary via SendGrid Mail Send.
Source API Descriptions
openapi
openapi