Recued
Menu
← Back to recipes

Create a Mercury customer intake

by recued-core v1 10 views

Use “Create a Mercury customer intake” in Recued. Normalizes required name and email, fresh-lists customers, blocks an exact email duplicate visible in the complete results, and creates one Mercury AR customer only after approval.

How it works 14 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (14 steps)
name_trimmed trim
Trim whitespace from setting name
email_trimmed trim
Trim whitespace from setting email
has_name compare
Check if name trimmed has data
has_email compare
Check if email trimmed has data
inputs_ready all
Check if all conditions are true
existing_raw ?
skip: step.inputs_ready not_equal true
existing default
Apply default
email_matches filter
Filter by condition
match_count count
Count items in email matches
no_match compare
Check if match count equals 0
ready all
Check if all conditions are true
create ?
skip: step.ready not_equal true
match_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 4 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

name setting = [object Object]
email setting = [object Object]
address setting = [object Object]
mercury 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 Mercury connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

mercury customersreceivablesintakeduplicate-checkapprovalmercurypack:mercury

Details

14 steps 4 configurable settings recipe_id: create-customer-intake-mercury