Create a Recurly account intake
Approval-gated Recurly account creation. It searches existing accounts for context, then creates one account through recued-core.recurly.account.create with an explicit account code and optional email, name, and company. It does not add billing information, update accounts, deactivate accounts, redact accounts, create subscriptions, create transactions, or call arbitrary Recurly endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (5 steps)
account_code
trim
Trim whitespace from setting code
matching_accounts
?
has_code
compare
Check if account code has data
create_account
?
skip: step.has_code 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
=
email
setting
=
company
setting
=
recurly
setting
=
last name
setting
=
first name
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.