gtm enrichment enrich
Enrich records from LinkedIn via Harvest API.
gtm enrichment enrich fetch
Fetch enrichment from Harvest API and write to file (no Attio changes).
Example:
gtm enrichment enrich fetch —config enrichment_config.json
—records records.json
—profile location
—output enriched_output.json
| Option | Type | Default | Description |
|---|---|---|---|
--config | path | — | Path to enrichment_config.json |
--records | path | — | Path to JSON file with records (record_id, email, linkedin_url) |
--profile | text | — | Enrichment profile ID (e.g., ‘location’, ‘email’, ‘skills’) |
--output | path | — | Path to write enriched records JSON |
gtm enrichment enrich upsert
Batch upsert enriched records to Attio CRM.
Example:
gtm enrichment enrich upsert —input enriched_output.json gtm enrichment enrich upsert
—input enriched_output.json
—dry-run
| Option | Type | Default | Description |
|---|---|---|---|
--input | path | — | Path to enriched records JSON (from ‘fetch’ command) |
--dry-run | boolean | false | Preview changes without updating Attio |