ActiveCampaign · Arazzo Workflow
ActiveCampaign Find or Create Contact, Then Tag
Version 1.0.0
Look up a contact by email, create it if missing, then apply a tag.
View Spec
View on GitHub
Marketing AutomationEmail MarketingCRMSales AutomationCustomer ExperienceArazzoWorkflows
Provider
Workflows
find-or-create-contact-tag
Find a contact by email or create it, then apply a tag.
Searches for a contact by email and either tags the existing contact or creates a new contact before applying the supplied tag.
1
findContact
list-all-contacts
Search for an existing contact whose email matches the supplied value.
2
tagExisting
create-contact-tag
Apply the supplied tag to the matched existing contact.
3
createContact
create-a-new-contact
Create the contact when no existing match was found.
4
tagNew
create-contact-tag
Apply the supplied tag to the newly created contact.