Cross-Provider Workflow
Stripe Invoice to SendGrid Notification
Version 1.0.0
Create and finalize a Stripe invoice, then email the customer via SendGrid.
Providers Orchestrated
Workflows
invoice-and-notify
Create a Stripe invoice, finalize it, then email the customer.
Creates a Stripe invoice, finalizes it into an open invoice, and emails the customer a notification via SendGrid.
1
create-invoice
$sourceDescriptions.stripeInvoiceApi.postInvoices
Create a draft Stripe invoice for the customer.
2
finalize-invoice
$sourceDescriptions.stripeInvoiceApi.postInvoicesInvoiceFinalize
Finalize the draft invoice into an open payable invoice.
3
email-customer
$sourceDescriptions.sendgridApi.SendMail
Email the customer their invoice notification via SendGrid.
Source API Descriptions
openapi