Amberflo · Arazzo Workflow
Amberflo Upsert Customer
Version 1.0.0
Find a customer by ID and update it if it exists, otherwise create it.
View Spec
View on GitHub
Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetizationArazzoWorkflows
Provider
Workflows
upsert-customer
Upsert a customer account by its unique customer ID.
Looks for an existing customer by ID and either updates the matched customer or creates a new one with the supplied details.
1
findCustomer
getCustomerById
Try to fetch the customer by ID, branching on whether it already exists.
2
updateExisting
updateCustomer
Update the existing customer with the supplied details.
3
createNew
createCustomer
Create a new customer when no existing record matched the ID.