Cross-Provider Workflow
Stripe Charge to Twilio SMS Receipt
Version 1.0.0
Create a Stripe charge, then text the customer an SMS receipt with Twilio.
Providers Orchestrated
Workflows
charge-and-sms-receipt
Create a Stripe charge, then SMS a Twilio receipt on success.
Creates a charge in Stripe, branches on the returned status, and on a succeeded charge sends a receipt SMS via Twilio's Messaging API.
1
create-charge
$sourceDescriptions.stripeApi.postCharges
Create a charge for the customer's order in Stripe.
2
sms-receipt
$sourceDescriptions.twilioApi.createMessage
Send the customer an SMS receipt via Twilio Messaging.
Source API Descriptions
openapi