Skip to content
Recued
Menu
← Back to recipes

Create a Chargebee customer intake

by recued-core v1

Approval-gated Chargebee customer creation workflow. It searches for an existing customer ID, then creates one customer through recued-core.chargebee.customer.create using Chargebee's documented form-encoded customer body shape. It does not update customers, delete customers, mutate payment sources, create subscriptions, create invoices, or call arbitrary Chargebee endpoints.

How it works 7 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (7 steps)
target_customer_id trim
Trim whitespace from setting customer id
encoded_customer_body trim
Trim whitespace from setting customer body
creation_reason trim
Trim whitespace from setting reason
existing_customers ?
skip: step.target_customer_id is_empty
has_body compare
Check if encoded customer body has data
created_customer ?
skip: step.has_body 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.

reason setting =
chargebee setting =
customer id setting =
customer body setting = id=customer-001&email=customer%40example.com&first_name=Example&last_name=Customer&company=Example%20Co&preferred_currency_code=USD&auto_collection=off

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 Chargebee connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

chargebee chargebeecustomerbillingcreateapprovalpack:chargebee

Details

7 steps 4 configurable settings recipe_id: create-chargebee-customer-intake