Create a Recurly item intake
Approval-gated Recurly item creation. It searches existing items and plans for context, then creates one item through recued-core.recurly.item.create with explicit code, name, and revenue schedule type. It does not update items, deactivate items, create plans, create add-ons, mutate subscriptions, or call arbitrary Recurly endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (9 steps)
item_code
trim
Trim whitespace from setting code
item_name
trim
Trim whitespace from setting name
items
?
plans
?
has_code
compare
Check if item code has data
has_name
compare
Check if item name has data
ready
all
Check if all conditions are true
create_item
?
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.
code
setting
=
name
setting
=
recurly
setting
=
revenue schedule type
setting
=
at_range_end
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.