ActiveCampaign · Arazzo Workflow
ActiveCampaign Find Contact by Email and Create a Deal
Version 1.0.0
Resolve a contact by email, creating it if missing, then open a deal.
View Spec
View on GitHub
Marketing AutomationEmail MarketingCRMSales AutomationCustomer ExperienceArazzoWorkflows
Provider
Workflows
create-deal-for-contact-by-email
Resolve a contact by email or create it, then open a deal.
Searches for a contact by email, creates the contact when none is found, and opens a deal against the resolved contact.
1
findContact
list-all-contacts
Search for an existing contact whose email matches the supplied value.
2
openDealExisting
create-a-deal-new
Open a deal against the matched existing contact.
3
createContact
create-a-new-contact
Create the contact when no existing match was found.
4
openDealNew
create-a-deal-new
Open a deal against the newly created contact.