WooCommerce · Arazzo Workflow
WooCommerce Upsert Customer by Email
Version 1.0.0
Find a customer by email and create the account only if it does not already exist.
Provider
Workflows
upsert-customer-by-email
Upsert a customer keyed on email, creating it only when missing.
Searches existing customers by email and either reads the matched customer or creates a new account when no match exists.
1
findCustomer
listCustomers
Search existing customers for one matching the supplied email, returning at most one result.
2
getExisting
getCustomer
Read the matched customer to confirm the current account details.
3
createNew
createCustomer
Create a new customer account when no existing customer matched the email.