Send a Wave invoice
Approval-gated Wave invoice send workflow. It reads the business and invoice, optionally approves the invoice, then sends exactly one invoice email through recued-core.wave. It does not create or edit invoices, record payments, delete invoices, mutate customers, or call arbitrary GraphQL.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (10 steps)
recipient_count
count
Count items in setting to
has_recipients
compare
Check if recipient count is greater than 0
business
?
invoice
?
skip_approve
compare
Check if setting approve before send does not equal true
approved_invoice
?
skip: step.skip_approve equal true
skip_send
any
Check if any of the conditions are true
sent_invoice
?
skip: step.skip_send equal true
skipped
compare
Check if skip send equals true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
to
setting
=
wave
setting
=
message
setting
=
subject
setting
=
cc myself
setting
=
false
attach pdf
setting
=
true
invoice id
setting
=
business id
setting
=
from address
setting
=
approve before send
setting
=
false
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.