contact-enrich
Usagestring
required
The ID of the dataset to enrich with contact data. The dataset should already be matched or enriched with company data.
Examples
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Enrich records with contact-level data such as emails and phone numbers
landbase-cli contact-enrich <dataset-id> [flags]
| Flag | Default | Description |
|---|---|---|
--contact-fields=<fields> | — | Comma-separated contact fields to include, e.g. email,phone,linkedin_url |
--wait | — | Block until enrichment completes before returning |
--timeout=<seconds> | ~600 | Override the default polling timeout |
--no-update-check | — | Skip the daily update check |
--verbose | — | Print request/response details to stderr |
# Enrich with contact data
landbase-cli contact-enrich <dataset-id> --wait
# Enrich with specific contact fields
landbase-cli contact-enrich <dataset-id> --contact-fields=email,phone,linkedin_url --wait
Was this page helpful?
