Mailchimp · Arazzo Workflow
Mailchimp Upsert Audience Member
Version 1.0.0
Find a member by email and update them, otherwise add them to the audience.
View Spec
View on GitHub
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailArazzoWorkflows
Provider
Workflows
upsert-member
Upsert a subscriber into an audience by email address.
Searches for an existing member by email; updates the matched member or adds a new one when none is found.
1
findMember
getSearchMembers
Search the audience for an existing member whose email matches the supplied address.
2
updateMember
patchListsIdMembersId
Patch the matched member with the supplied merge fields and status.
3
addMember
postListsIdMembers
Add a new member to the audience when no existing match was found.
Source API Descriptions
openapi