Create a Chargebee customer intake
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
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
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.