Cross-Provider Workflow
Stripe Meter Summary to SendGrid Report
Version 1.0.0
Read a Stripe billing meter event summary and email the usage report via SendGrid.
Providers Orchestrated
Workflows
meter-summary-to-email
Read a Stripe meter event summary, then email a usage report.
Reads a customer's Stripe billing meter event summaries and emails the usage report to the customer via SendGrid.
1
get-meter-summary
$sourceDescriptions.stripeBillingMetersApi.GetBillingMetersIdEventSummaries
Read the Stripe billing meter event summaries for the customer.
2
email-report
$sourceDescriptions.sendgridApi.SendMail
Email the metered usage report to the customer via SendGrid.
Source API Descriptions
openapi