Skip to main content
The contacts command lets you manage contacts in your Loops audience.

create

Create a new contact.

Flags

Contact properties

Use --prop to set contact properties inline:
Alternatively, use --contact-props to set properties from a JSON file:
props.json
The flags for default properties (i.e. --first-name or --subscribed) take precedence over the --prop flag.

update

Update an existing contact. Identify the contact by email or user ID.

Flags

Contact properties

Use --prop to set contact properties inline:
Alternatively, use --contact-props to set properties from a JSON file:
props.json
The flags for default properties (i.e. --first-name or --subscribed) take precedence over the --prop flag.

find

Find a contact by email or user ID.

Flags

delete

Delete a contact by email or user ID.

Flags

suppression check

Check whether a contact is on the suppression list. Identify the contact by email or user ID.

Flags

suppression remove

Remove a contact from the suppression list. Identify the contact by email or user ID.

Flags

Last modified on April 21, 2026