ActiveCampaign · Arazzo Workflow
ActiveCampaign Find or Create Tag, Then Apply to Contact
Version 1.0.0
Resolve a tag by name, creating it if needed, then tag a contact.
View Spec
View on GitHub
Marketing AutomationEmail MarketingCRMSales AutomationCustomer ExperienceArazzoWorkflows
Provider
Workflows
find-or-create-tag-and-apply
Resolve a tag by name or create it, then apply it to a contact.
Searches tags by name and either uses the matched tag or creates a new contact-type tag, then applies the resolved tag to the supplied contact.
1
findTag
retrieve-all-tags
Search existing tags for one matching the supplied name.
2
applyExistingTag
create-contact-tag
Apply the matched existing tag to the contact.
3
createTag
create-a-new-tag
Create a new contact-type tag when no match was found.
4
applyNewTag
create-contact-tag
Apply the newly created tag to the contact.