Add a Recurly account note
Approval-gated Recurly account-note creation. It reads target account context and existing notes, then creates one account note through recued-core.recurly.account_note.create with explicit message content. It does not update accounts, mutate billing info, create subscriptions, collect invoices, create transactions, delete notes, or call arbitrary Recurly endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (9 steps)
account_id
trim
Trim whitespace from setting account id
note_message
trim
Trim whitespace from setting message
account_record
?
existing_notes
?
has_account
compare
Check if account id has data
has_message
compare
Check if note message has data
ready
all
Check if all conditions are true
create_note
?
skip: step.ready not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
message
setting
=
recurly
setting
=
account id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.