Cross-Provider Workflow
Shopify Order to Stripe Payment to SendGrid Receipt
Version 1.0.0
Create a Shopify order, charge the customer with Stripe, then email a receipt with SendGrid.
Providers Orchestrated
Workflows
order-charge-and-email-receipt
Record a Shopify order, charge it via Stripe, and email a SendGrid receipt.
Creates a Shopify order to represent a sale from an external channel, charges the customer for the order total with a confirmed Stripe PaymentIntent, then emails a receipt to the customer with SendGrid.
1
create-order
$sourceDescriptions.shopifyApi.createOrder
Create a Shopify order for the customer's purchase.
2
create-payment
$sourceDescriptions.stripeApi.postPaymentIntents
Create and confirm a Stripe PaymentIntent for the order total.
3
email-receipt
$sourceDescriptions.sendgridApi.SendMail
Email the customer a receipt for the paid order via SendGrid.
Source API Descriptions
openapi
openapi