Cross-Provider Workflow
Shopify Product Launch to SendGrid Promo Email
Version 1.0.0
Create a Shopify product, add a product image, then email a launch announcement with SendGrid.
Providers Orchestrated
Workflows
launch-product-and-announce
Create a Shopify product, add an image, and email a SendGrid launch announcement.
Creates a Shopify product, adds a hero image to it, then emails a launch announcement to a marketing recipient via SendGrid.
1
create-product
$sourceDescriptions.shopifyApi.createProduct
Create the Shopify product.
2
add-product-image
$sourceDescriptions.shopifyApi.createProductImage
Add a hero image to the new product.
3
email-announcement
$sourceDescriptions.sendgridApi.SendMail
Email a product launch announcement via SendGrid.
Source API Descriptions
openapi