Skip to main content
The contact-properties command lets you manage contact properties in your Loops account.

create

Create a new contact property.
loops contact-properties create \
  --name planName \
  --type string

Flags

FlagDescription
--nameProperty name (camelCase, e.g. planName) Required
--typeProperty type (string, number, boolean or date) Required
There are a few reserved names that you cannot use for contact properties.

list

List all contact properties.
loops contact-properties list
To show only custom properties:
loops contact-properties list --custom

Flags

FlagDescription
--customOnly list custom properties
Last modified on April 7, 2026