Mailchimp · Arazzo Workflow
Mailchimp Find Member, Mark VIP, and Tag
Version 1.0.0
Search a member by email, flag them VIP, then apply a VIP tag.
View Spec
View on GitHub
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailArazzoWorkflows
Provider
Workflows
find-member-mark-vip-tag
Find a member, set VIP status, and apply a VIP tag.
Searches for a member by email; if found, sets VIP status and applies the supplied tag. Ends if no member matches.
1
findMember
getSearchMembers
Search the audience for the member by email.
2
markVip
patchListsIdMembersId
Patch the matched member to set VIP status.
3
applyVipTag
postListMemberTags
Apply the VIP tag to the member (204 on success).
Source API Descriptions
openapi