salesprompter-cli 0.1.40 → 0.1.42
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.
- package/README.md +0 -4
- package/dist/cli.js +2965 -592
- package/dist/sales-navigator.js +519 -12
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -60,9 +60,6 @@ salesprompter contacts:find-linkedin-urls --in ./contacts.tsv --out ./contacts.e
|
|
|
60
60
|
# Resolve LinkedIn company URLs for a pasted company list
|
|
61
61
|
salesprompter companies:resolve-linkedin-urls --in ./companies.txt --out ./companies.enriched.json
|
|
62
62
|
|
|
63
|
-
# Import authorized local Sales Navigator people-search results into Salesprompter
|
|
64
|
-
salesprompter search:local-import --query-url '<sales navigator people search URL>' --number-of-profiles all
|
|
65
|
-
|
|
66
63
|
# Build and start email enrichment from pasted company/contact rows
|
|
67
64
|
# When authenticated, Salesprompter first enriches company domains in the app, then the CLI builds the email batch.
|
|
68
65
|
salesprompter contacts:resolve-emails --in ./contacts.tsv --out-dir ./email-run --dry-run
|
|
@@ -83,7 +80,6 @@ salesprompter --help
|
|
|
83
80
|
|
|
84
81
|
- Use your own authorized data access and workspace credentials.
|
|
85
82
|
- Respect provider terms and customer data boundaries.
|
|
86
|
-
- Local Sales Navigator import requires an authorized Sales Navigator session captured from the user's own browser context.
|
|
87
83
|
- The CLI is designed for interactive users and agent-assisted workflows.
|
|
88
84
|
- A repo-local Chrome extension compatibility copy is available in `chrome-extension/` for local LinkedIn session sync and popup copy/debug flows.
|
|
89
85
|
|