Create a Wave customer
Approval-gated Wave customer intake workflow. It reads the target business and optional existing email matches, then creates exactly one customer through recued-core.wave. It does not delete/archive customers, create invoices, record payments, mutate accounts or taxes, or call arbitrary GraphQL.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (11 steps)
name
trim
Trim whitespace from setting name
email
trim
Trim whitespace from setting email
has_name
compare
Check if name has data
business
?
existing
?
skip_create
compare
Check if has name does not equal true
created_customer
?
skip: step.skip_create equal true
existing_matches
default
Apply default
existing_match_count
count
Count items in existing matches
skipped
compare
Check if skip create equals true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
name
setting
=
wave
setting
=
email
setting
=
phone
setting
=
mobile
setting
=
website
setting
=
currency
setting
=
business id
setting
=
internal notes
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.