Recued
Menu
← Back to recipes

Create a Mercury invoice intake

by recued-core v2 10 views

Use “Create a Mercury invoice intake” in Recued. Validates explicit customer, destination account, dates, and non-empty line items; fresh-reads both targets; then creates one Mercury receivable invoice after approval.

How it works 15 steps

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

Process (15 steps)
customer_id_trimmed trim
Trim whitespace from setting customer id
destination_account_id_trimmed trim
Trim whitespace from setting destination account id
invoice_date_trimmed trim
Trim whitespace from setting invoice date
due_date_trimmed trim
Trim whitespace from setting due date
has_customer_id compare
Check if customer id trimmed has data
has_account_id compare
Check if destination account id trimmed has data
has_invoice_date compare
Check if invoice date trimmed has data
has_due_date compare
Check if due date trimmed has data
line_item_count count
Count items in setting line items
has_line_items compare
Check if line item count is greater than 0
ready all
Check if all conditions are true
customer ?
skip: step.ready not_equal true
destination_account ?
skip: step.ready not_equal true
create ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 15 configurable

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

mercury setting =
due date setting = [object Object]
cc emails setting = [object Object]
po number setting = [object Object]
line items setting = [object Object]
payer memo setting = [object Object]
customer id setting = [object Object]
invoice date setting = [object Object]
currency code setting = USD
internal note setting = [object Object]
invoice number setting = [object Object]
ach debit enabled setting = true
credit card enabled setting = false
destination account id setting = [object Object]
use real account number setting = false

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 invoicesreceivablesintakeapprovalpreflightmercurypack:mercury

Details

15 steps 15 configurable settings recipe_id: create-invoice-intake-mercury