Cross-Provider Workflow
Shopify Order to Stripe Charge to Twilio SMS Receipt
Version 1.0.0
Look up a Shopify order, charge it via Stripe, then text the customer an SMS receipt.
Providers Orchestrated
Workflows
charge-order-and-sms-receipt
Fetch a Shopify order, charge it with Stripe, and SMS an SMS receipt.
Retrieves a Shopify order, creates a Stripe charge against a payment source for its total, then texts the customer an SMS receipt via Twilio.
1
get-order
$sourceDescriptions.shopifyApi.getOrder
Retrieve the Shopify order being charged.
2
create-charge
$sourceDescriptions.stripeApi.postCharges
Create a Stripe charge for the order total.
3
sms-receipt
$sourceDescriptions.twilioApi.createMessage
Text the customer an SMS receipt via Twilio.
Source API Descriptions
openapi
openapi