Skip to content
Recued
Menu
← Back to recipes

Add a Recurly account note

by recued-core v1

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 9 steps

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 3 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Recurly connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

recurly recurlyaccountnotesupportbillingapprovalpack:recurly

Details

9 steps 3 configurable settings recipe_id: add-recurly-account-note