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.
List contacts with optional filtering and pagination.
Show details for a single contact.
Create a new contact.
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:
Update an existing contact. Only specified fields are changed.
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.
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: