Cross-Provider Workflow
Mailchimp Unsubscribe to HubSpot Update
Version 1.0.0
Unsubscribe a Mailchimp member, then update the HubSpot contact.
Providers Orchestrated
Workflows
mailchimp-unsubscribe-propagation
Unsubscribe in Mailchimp, find then update the HubSpot contact.
Patches a Mailchimp list member to unsubscribed status, searches HubSpot for the matching contact by email, and updates that contact's opt-out property so the CRM stays aligned with the email platform.
1
unsubscribe-member
$sourceDescriptions.mailchimpMarketingApi.patchListsIdMembersId
Set the Mailchimp list member to unsubscribed.
2
find-contact
$sourceDescriptions.hubspotContactsApi.searchContacts
Search HubSpot for the contact by email address.
3
update-contact
$sourceDescriptions.hubspotContactsApi.updateContact
Update the HubSpot contact to reflect the opt-out.
Source API Descriptions
openapi