Cross-Provider Workflow
Stripe Invoice Paid to SendGrid Receipt
Version 1.0.0
Pay a Stripe invoice, then email a paid receipt with SendGrid.
Providers Orchestrated
Workflows
invoice-paid-receipt
Pay a Stripe invoice, then email a SendGrid receipt.
Pays an open invoice in Stripe and, on a paid status, emails the customer a receipt via SendGrid.
1
pay-invoice
$sourceDescriptions.stripeApi.postInvoicesInvoicePay
Pay an open invoice in Stripe.
2
email-receipt
$sourceDescriptions.sendgridApi.SendMail
Email the customer a paid receipt via SendGrid Mail Send.
Source API Descriptions
openapi