Cross-Provider Workflow
Vantage Cost Anomaly to SendGrid Alert
Version 1.0.0
Read a Vantage cost anomaly alert and email finance via SendGrid.
Providers Orchestrated
Workflows
anomaly-to-email
Fetch a Vantage anomaly alert, then email finance via SendGrid.
Reads a single Vantage anomaly alert and, when present, emails the finance team a spend-spike notification through SendGrid.
1
get-anomaly
$sourceDescriptions.vantageCostApi.getAnomalyAlert
Retrieve the Vantage cost anomaly alert.
2
email-finance
$sourceDescriptions.sendgridApi.SendMail
Email the finance team about the anomaly via SendGrid.
Source API Descriptions
openapi