Cross-Provider Workflow
Marine Forecast to SMS Alert
Version 1.0.0
Fetch a marine forecast for a coastal point, then SMS it to a captain.
Providers Orchestrated
Workflows
marine-forecast-sms
Fetch a marine forecast and text it to a captain.
Requests a marine forecast for a coastal location from WeatherAPI and sends the conditions as an SMS through Twilio Messaging.
1
get-marine
$sourceDescriptions.weatherapiApi.getMarine
Fetch the marine and tide forecast for the coastal location.
2
send-sms
$sourceDescriptions.twilioMessagingApi.createMessage
Text the marine conditions to the captain via Twilio Messaging.
Source API Descriptions
openapi
openapi