Cross-Provider Workflow
Salesforce Lead to Mailchimp Subscribe and Tag
Version 1.0.0
Create a Salesforce lead, subscribe to Mailchimp, then tag the member.
Providers Orchestrated
Workflows
salesforce-lead-to-mailchimp-tag
Create a Salesforce lead, subscribe to Mailchimp, then tag.
Inserts a Lead in Salesforce, subscribes the lead email to a Mailchimp audience, then adds a segmentation tag to the new member.
1
create-lead
$sourceDescriptions.salesforceRestApi.createRecord
Insert a new Lead record into Salesforce.
2
subscribe-member
$sourceDescriptions.mailchimpMarketingApi.postListsIdMembers
Subscribe the lead to a Mailchimp audience list.
3
tag-member
$sourceDescriptions.mailchimpMarketingApi.postListMemberTags
Apply a segmentation tag to the new Mailchimp member.
Source API Descriptions
openapi
openapi