Cross-Provider Workflow
Salesforce Contact to Mailchimp Upsert and Tag
Version 1.0.0
Create a Salesforce contact, upsert into Mailchimp, then tag the member.
Providers Orchestrated
Workflows
salesforce-contact-to-mailchimp-upsert-tag
Create a Salesforce contact, upsert to Mailchimp, then tag.
Inserts a Contact in Salesforce, upserts the same email into a Mailchimp audience using the subscriber hash, then applies a segmentation tag to the member.
1
create-contact
$sourceDescriptions.salesforceRestApi.createRecord
Insert a new Contact record into Salesforce.
2
upsert-member
$sourceDescriptions.mailchimpMarketingApi.putListsIdMembersId
Upsert the contact into a Mailchimp audience.
3
tag-member
$sourceDescriptions.mailchimpMarketingApi.postListMemberTags
Apply a segmentation tag to the Mailchimp member.
Source API Descriptions
openapi
openapi