Customer.io fields on a new admin signup

Every attribute present on a Carepatron profile the moment someone signs up as the account owner (role = Master_Admin). Verified against the 6 genuine new admin signups in the most recent 100 profiles, 30 July 2026. Click any Liquid tag to copy it.

Person and practice — the useful ones for sales

Field nameLiquidExampleHuman readable name
first_name{{customer.first_name}}KylieFirst name
last_name{{customer.last_name}}ParrLast name
email{{customer.email}}[email protected]Email address
phone5 of 6{{customer.phone}}+19403664060Phone number (E.164)
provider_name{{customer.provider_name}}Movement MattersPractice / business name
profession{{customer.profession}}Health CoachProfession
team_size{{customer.team_size}}Solo · 2-5 · 6-15Team size band
country{{customer.country}}USCountry (ISO-2, uppercase)
time_zone{{customer.time_zone}}America/ChicagoTimezone
language{{customer.language}}en-USLocale

Signup and onboarding state

Field nameLiquidExampleHuman readable name
role{{customer.role}}Master_AdminWorkspace role (admin vs Staff)
sign_up_completed{{customer.sign_up_completed}}trueFinished signup
onboarding_step{{customer.onboarding_step}}1Onboarding step number
onboarding_step_name{{customer.onboarding_step_name}}practice_detailsOnboarding step name
created_at{{customer.created_at}}1785374523Signup date (Unix seconds)
anonymous_id{{customer.anonymous_id}}a4b91fc4-44b5-436f-...Pre-signup anonymous ID

Trial, plan and billing

Field nameLiquidExampleHuman readable name
trial_start_date{{customer.trial_start_date}}1785374528Trial start (Unix seconds)
trial_end_date{{customer.trial_end_date}}1786584128Trial end (Unix seconds)
subscription_plan{{customer.subscription_plan}}AdvancedPlan name
subscription_start_date{{customer.subscription_start_date}}1785374528Subscription start (Unix seconds)
billing_status{{customer.billing_status}}ActiveBilling status
billing_frequency{{customer.billing_frequency}}MonthlyBilling frequency
billed_users{{customer.billed_users}}1Number of billed seats
payments_stripe_enabled{{customer.payments_stripe_enabled}}falseStripe payments turned on
payments_stripe_onboarding_complete{{customer.payments_stripe_onboarding_complete}}falseStripe setup finished

IDs — plumbing, not for copy

Field nameLiquidExampleHuman readable name
id{{customer.id}}19b1fcf4-...-ed8068b4-...Profile ID (provider_id-person_id)
provider_id{{customer.provider_id}}19b1fcf4-1105-4bfe-...Workspace / practice ID
person_id{{customer.person_id}}ed8068b4-603c-429e-...Person ID
decision_maker{{customer.decision_maker}}ed8068b4-603c-429e-...Decision maker person ID (same as own for admins)
cio_id{{customer.cio_id}}b4950c09ebb8019cf611Customer.io internal ID
_created_in_customerio_at{{customer._created_in_customerio_at}}1785374531Profile created in Customer.io

Not there on day one

These appear on the profile only once the person does something. Do not rely on them in a first-touch email.

Field nameLiquidExampleHuman readable name
appointments_count{{customer.appointments_count}}2Appointments created
notes_count{{customer.notes_count}}1Notes created
workspace_admin{{customer.workspace_admin}}Only on invited Staff profiles, not admins

How to use them safely

Copied