Cross-Provider Workflow
Stripe Customer to Twilio Verify SMS
Version 1.0.0
Create a Stripe customer, then start a Twilio Verify SMS check.
Providers Orchestrated
Workflows
customer-verify-phone
Create a Stripe customer, then start a Twilio Verify SMS check.
Creates a customer in Stripe and starts an SMS verification for the customer's phone number via Twilio Verify.
1
create-customer
$sourceDescriptions.stripeApi.postCustomers
Create a new customer record in Stripe.
2
start-verification
$sourceDescriptions.twilioVerifyApi.createVerification
Start an SMS verification for the customer via Twilio Verify.
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.