Skip to content
Recued
Menu
← Back to recipes

Create a Recurly item intake

by recued-core v1

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

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

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.

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

Details

9 steps 4 configurable settings recipe_id: create-recurly-item-intake