Cross-Provider Workflow
Stripe New Customer to Mailchimp Subscribe
Version 1.0.0
Create a Stripe customer, then subscribe them to a Mailchimp audience.
Providers Orchestrated
Workflows
new-customer-subscribe
Create a Stripe customer, then add them to a Mailchimp audience.
Creates a customer in Stripe and uses the returned email to add the person as a subscribed member of a Mailchimp list.
1
create-customer
$sourceDescriptions.stripeApi.postCustomers
Create a new customer record in Stripe.
2
subscribe-member
$sourceDescriptions.mailchimpApi.postListsIdMembers
Add the new customer to a Mailchimp audience as a subscriber.
Source API Descriptions
openapi