Cross-Provider Workflow
Shopify Order Fulfillment to Twilio Shipping SMS
Version 1.0.0
Look up a Shopify order, fulfill it, then text the customer a shipping notification with Twilio.
Providers Orchestrated
Workflows
fulfill-order-and-text-customer
Fetch a Shopify order, fulfill it, and SMS the customer a shipping alert.
Retrieves a Shopify order by id, creates a fulfillment for its line items, then sends the customer a Twilio SMS letting them know their order has shipped.
1
get-order
$sourceDescriptions.shopifyApi.getOrder
Retrieve the Shopify order to fulfill.
2
create-fulfillment
$sourceDescriptions.shopifyApi.createFulfillment
Create a fulfillment for the order to mark it as shipped.
3
text-shipping-alert
$sourceDescriptions.twilioApi.createMessage
Send the customer a Twilio SMS that their order has shipped.
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.