Create a Brex vendor intake
Use “Create a Brex vendor intake” in Recued. Searches Brex by company name and creates one vendor only when no match is visible. Creation needs a caller-owned idempotency key, the dependency write grant, and per-run approval.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (13 steps)
company_name
trim
Trim whitespace from setting company name
idempotency_key
trim
Trim whitespace from setting idempotency key
has_name
compare
Check if company name has data
has_key
compare
Check if idempotency key has data
inputs_ready
all
Check if all conditions are true
existing_raw
?
skip: step.inputs_ready not_equal true
existing
default
Apply default
existing_count
count
Count items in existing
no_match
compare
Check if existing count equals 0
ready
all
Check if all conditions are true
create
?
skip: step.ready not_equal true
existing_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
brex
setting
=
email
setting
=
[object Object]
phone
setting
=
[object Object]
company name
setting
=
[object Object]
idempotency key
setting
=
[object Object]
payment accounts
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.