Create a Recurly plan intake
Approval-gated Recurly plan creation. It searches existing plans, items, and business entities for context, then creates one plan through recued-core.recurly.plan.create with explicit code, name, and currency pricing payload. It does not update plans, remove plans, create subscriptions, mutate add-ons, mutate coupons, or call arbitrary Recurly endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (10 steps)
plan_code
trim
Trim whitespace from setting code
plan_name
trim
Trim whitespace from setting name
plans
?
items
?
business_entities
?
has_code
compare
Check if plan code has data
has_name
compare
Check if plan name has data
ready
all
Check if all conditions are true
create_plan
?
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
=
currency
setting
=
USD
unit amount
setting
=
0
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.