Overdue invoice chase
Use “Overdue invoice chase” in Recued. Vendor-agnostic action workflow over an accounting capability pack (QuickBooks or Xero) and the mail outbox. It reads information without changing data in the connected service. Changes remain behind Recued's approval controls.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (18 steps)
invoices
?
customers
?
open_invoices
filter
Filter by condition
open_invoices_dated
map
Extract due_date from each item
overdue_invoices
filter
Filter by condition
overdue_customer_ids_raw
pluck
Extract customer_id from each item
overdue_customer_ids
unique
Remove duplicates from
chase_customers
filter
Filter by condition
chase_rows
map
Extract from each item
ranked_chase_rows
sort
Sort by
approval_candidates
slice
Take a subset of
approval_candidate_count
count
Count items in approval candidates
drafts
?
skip: step.approval_candidates is_empty
approval_batch
default
Apply default
send
?
fail: config.sender_mail_instance is_empty
send_result_count
count
Count items in send
summary
to_summary
Format results as a summary card
approval_table
to_table
Format results as a data table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
acct
setting
=
tone
setting
=
concise_professional
send limit
setting
=
10
business context
setting
=
sender mail instance
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.