Create a Mollie customer intake
Approval-gated Mollie customer intake. It reads nearby customers, then creates exactly one customer profile with caller-supplied name, email, and locale through recued-core.mollie. It does not create payment methods, mandates, subscriptions, checkout payments, refunds, webhooks, or arbitrary Mollie endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (11 steps)
name_text
trim
Trim whitespace from setting name
email_text
trim
Trim whitespace from setting email
customers_raw
?
customers
default
Apply default
has_name
compare
Check if name text has data
has_email
compare
Check if email text has data
skip_create
any
Check if any of the conditions are true
created_customer
?
skip: step.skip_create equal true
customer_rows
slice
Take a subset of
customer_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
name
setting
=
email
setting
=
locale
setting
=
en_US
mollie
setting
=
row limit
setting
=
10
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.