Squarespace customer revenue brief
Read-only customer revenue brief for Squarespace. It searches profile records, retrieves transaction summaries grouped by contact ID, and renders compact customer value tables through recued-core.squarespace. It does not create, update, delete, fulfill orders, mutate inventory, modify contacts, manage webhooks, or call arbitrary endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (14 steps)
contact_id_count
count
Count items in setting contact ids
has_contact_ids
compare
Check if contact id count is greater than 0
skip_summary
compare
Check if has contact ids does not equal true
transaction_summaries_raw
?
skip: step.skip_summary equal true
profiles_raw
?
transaction_summaries
default
Apply default
profiles
default
Apply default
summary_count
count
Count items in transaction summaries
profile_count
count
Count items in profiles
summary_rows
slice
Take a subset of
profile_rows
slice
Take a subset of
summary_table
to_table
Format results as a data table
profile_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.
row limit
setting
=
25
contact ids
setting
=
squarespace
setting
=
profile email
setting
=
profile filter
setting
=
isCustomer
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.