Cross-Provider Workflow
Shopify Fulfillment Tracking to Twilio SMS Update
Version 1.0.0
Create a Shopify fulfillment, add tracking details, then text the customer the tracking number.
Providers Orchestrated
Workflows
fulfill-track-and-text
Create a fulfillment, set tracking, and SMS the customer the tracking number.
Creates a Shopify fulfillment, updates its tracking information with a carrier and tracking number, then sends the customer a Twilio SMS with the tracking number so they can follow their shipment.
1
create-fulfillment
$sourceDescriptions.shopifyApi.createFulfillment
Create a Shopify fulfillment for the order.
2
update-tracking
$sourceDescriptions.shopifyApi.updateFulfillmentTracking
Attach carrier tracking details to the fulfillment.
3
text-tracking
$sourceDescriptions.twilioApi.createMessage
SMS the customer their tracking number via Twilio.
Source API Descriptions
openapi