salesprompter-cli 0.1.40 → 0.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +7 -0
  2. package/dist/cli.js +3030 -1238
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -63,10 +63,16 @@ salesprompter companies:resolve-linkedin-urls --in ./companies.txt --out ./compa
63
63
  # Import authorized local Sales Navigator people-search results into Salesprompter
64
64
  salesprompter search:local-import --query-url '<sales navigator people search URL>' --number-of-profiles all
65
65
 
66
+ # Build a one-lead Sales Navigator search locally, accepting filters step by step
67
+ salesprompter search:lead-parameters --name 'Katrin Laukötter' --company neotares --current-title 'Workplace Consultant' --dry-run
68
+
66
69
  # Build and start email enrichment from pasted company/contact rows
67
70
  # When authenticated, Salesprompter first enriches company domains in the app, then the CLI builds the email batch.
68
71
  salesprompter contacts:resolve-emails --in ./contacts.tsv --out-dir ./email-run --dry-run
69
72
 
73
+ # Launch the app-backed Phantombuster email finder and backfill current Email not found / Email invalid rows.
74
+ salesprompter contacts:resolve-emails --provider phantombuster --email-backfill-only --retry-not-found-after-days 0 --retry-invalid-emails --limit 500 --out-dir ./email-run
75
+
70
76
  # See included capability packs
71
77
  salesprompter packs:list
72
78
 
@@ -84,6 +90,7 @@ salesprompter --help
84
90
  - Use your own authorized data access and workspace credentials.
85
91
  - Respect provider terms and customer data boundaries.
86
92
  - Local Sales Navigator import requires an authorized Sales Navigator session captured from the user's own browser context.
93
+ - Local Sales Navigator import writes profile evidence that the app uses for lead-pool filtering. The app owns the durable filter contract: `company_filter = 'Company qualified'` requires at least one ready qualified contact, `company_contact_filter` reports whether a raw qualified company has any usable contacts left, and contact filter `20: LinkedIn profile invalid` excludes placeholder LinkedIn profiles such as rows with a profile URL but no usable profile image.
87
94
  - The CLI is designed for interactive users and agent-assisted workflows.
88
95
  - A repo-local Chrome extension compatibility copy is available in `chrome-extension/` for local LinkedIn session sync and popup copy/debug flows.
89
96