Skip to main content
Contacts are the foundation of your CRM. Every interaction, deal, and follow-up ties back to a contact. Use these commands to manage your contact database from the terminal.

moss contact list

List contacts with optional filtering and pagination.

moss contact show

Show details for a single contact.

moss contact create

Create a new contact.

moss contact create-batch

Create multiple contacts from a JSON file. Each object in the array takes the same fields as moss contact create.
The input file should be a JSON array:

moss contact update

Update an existing contact. Only specified fields are changed.

moss contact delete

Delete a contact permanently.
This permanently deletes the contact and all associated data. This cannot be undone.
Search contacts by name, email, or notes using full-text search.

moss contact merge

Merge two contacts. The source contact’s data is merged into the target, and the source is deleted.
The source contact will be permanently deleted after merging. This cannot be undone.

Common Workflows

List your own contacts, then export them:
Find duplicates by searching, then merge: