Recued
Menu
← Back to recipes

Create a Brex vendor intake

by recued-core v1 14 views

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 13 steps

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 6 configurable

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.

Permissions it requires

Read your Brex connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

brex vendorpayablesintakeapprovalduplicate-checkbrexpack:brex

Details

13 steps 6 configurable settings recipe_id: create-vendor-intake-brex