Cross-Provider Workflow
Square Customer and Order to SendGrid Confirmation
Version 1.0.0
Create a Square customer, place a Square order for them, then email a confirmation with SendGrid.
Providers Orchestrated
Workflows
square-customer-order-confirm
Create a Square customer, place an order, and email a SendGrid confirmation.
Creates a Square (Block) customer, places an order for them at a location, then emails an order confirmation to the customer via SendGrid.
1
create-customer
$sourceDescriptions.blockApi.create-customer
Create the customer in Square.
2
create-order
$sourceDescriptions.blockApi.create-order
Place a Square order for the customer at a location.
3
email-confirmation
$sourceDescriptions.sendgridApi.SendMail
Email the customer an order confirmation via SendGrid.
Source API Descriptions
openapi