contacts
Read when: finding synced contacts, importing macOS Contacts names, or managing local contact metadata.
wacli contacts works with contact metadata stored locally. Aliases and tags are local to wacli; they do not edit WhatsApp contacts on the phone.
#Commands
wacli contacts search <query> [--limit N]
wacli contacts show --jid JID
wacli contacts refresh
wacli contacts import-system [--input FILE] [--dry-run] [--clear]
wacli contacts alias set --jid JID --alias NAME
wacli contacts alias rm --jid JID
wacli contacts tags add --jid JID --tag TAG
wacli contacts tags rm --jid JID --tag TAG
#Notes
searchmatches alias, full name, push name, first name, business name, phone, and JID.refreshimports contacts from the whatsmeow session store intowacli.db.import-systemimports display names from macOS Contacts by matching phone numbers against already-synced wacli contacts. Runcontacts refreshfirst.import-system --input FILEreads a JSON array or newline-delimited JSON contacts file withfull_nameandphonesfields instead of opening macOS Contacts.- Imported system names are local wacli metadata. They do not edit WhatsApp contacts or macOS Contacts.
- Display precedence is local alias, imported system name, then WhatsApp names.
- Use
import-system --dry-runbefore writing. Useimport-system --clearto remove imported system names. - See contacts import-system for the full import workflow, JSON shape, file format, and verification steps.
- Tags are local grouping metadata for scripts and future workflows.
#Examples
wacli contacts search Alice
wacli contacts show --jid 1234567890@s.whatsapp.net
wacli contacts refresh
wacli contacts import-system --dry-run
wacli contacts alias set --jid 1234567890@s.whatsapp.net --alias mom
wacli contacts tags add --jid 1234567890@s.whatsapp.net --tag family