Skip to content
Recued
Menu
← Back to recipes

Create a Recurly plan intake

by recued-core v1

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

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

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.

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 recurlyplancatalogpricingintakeapprovalpack:recurly

Details

10 steps 5 configurable settings recipe_id: create-recurly-plan-intake