Cross-Provider Workflow
Stripe Payment to SendGrid Receipt
Version 1.0.0
Charge a customer with Stripe, then email them a receipt with SendGrid.
Providers Orchestrated
Workflows
charge-and-email-receipt
Create a Stripe payment, then email a SendGrid receipt on success.
Creates and confirms a PaymentIntent in Stripe, branches on the returned status, and on a succeeded charge sends a receipt email via SendGrid.
1
create-payment
$sourceDescriptions.stripeApi.postPaymentIntents
Create and confirm a PaymentIntent for the customer's order.
2
email-receipt
$sourceDescriptions.sendgridApi.SendMail
Send a receipt email to the customer via SendGrid Mail Send.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.