Skip to content
Recued
Menu
← Back to recipes

Squarespace customer revenue brief

by recued-core v1

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 14 steps

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 5 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Squarespace connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

squarespace squarespacecustomerprofileanalyticsrevenuebriefpack:squarespace

Details

14 steps 5 configurable settings recipe_id: squarespace-customer-revenue-brief