Cross-Provider Workflow
Square Customer to Mailchimp Subscribe
Version 1.0.0
Create a Square customer with Block, then subscribe in Mailchimp.
Providers Orchestrated
Workflows
square-customer-subscribe
Create a Square customer, then add them to a Mailchimp audience.
Creates a customer in Block's Square Customers API and uses the returned email to add the buyer to a Mailchimp list as a subscriber.
1
create-customer
$sourceDescriptions.blockApi.create-customer
Create a customer profile in Block's Square Customers API.
2
subscribe-member
$sourceDescriptions.mailchimpApi.postListsIdMembers
Add the Square customer to a Mailchimp audience as a subscriber.
Source API Descriptions
openapi