Cross-Provider Workflow
Shopify New Customer to Twilio Welcome SMS
Version 1.0.0
Create a Shopify customer, then send them a welcome text with Twilio.
Providers Orchestrated
Workflows
create-customer-and-welcome-text
Create a Shopify customer and SMS them a welcome message.
Creates a new Shopify customer record, then sends a Twilio welcome SMS to the phone number provided at signup.
1
create-customer
$sourceDescriptions.shopifyApi.createCustomer
Create the new customer in Shopify.
2
welcome-text
$sourceDescriptions.twilioApi.createMessage
Send the new customer a Twilio welcome SMS.
Source API Descriptions
openapi