SalesNexus CLI - manage your CRM from the command line
Project description
SalesNexus CLI (snx)
Command-line interface for the SalesNexus Public API v1. It is designed for both humans and AI agents: pass --json for structured output, or pipe output and the CLI will auto-select JSON.
Install locally
cd salesnexus-cli
pip install -e .
Authenticate
snx auth login --api-key sn_live_...
snx ping
Pipeline automation
Version 0.2.0 adds public pipeline-building commands:
snx goals create --name "New User Activation" --type marketing
snx pipelines create --goal-id 123 --name "New User Engagement" --type marketing --default
snx stages create --pipeline-id 456 --name "Signed Up" --order 0
snx triggers create --stage-id 789 --event AddedToStage --action SendEmail --action-params-json '{"templateId":101}'
Agents can create a complete marketing pipeline from a JSON spec:
snx --json marketing-pipelines create --spec examples/new-user-engagement.json
Publish
python -m pip install -e ".[dev]"
python -m build
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file salesnexus_cli-0.2.0.tar.gz.
File metadata
- Download URL: salesnexus_cli-0.2.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e842b872066ca8ae4bd87bd3822409b300c92c9a16a5ac653aac2fe801794ac
|
|
| MD5 |
a6fb99d7cb01de8cdb3ef16c0f6706bc
|
|
| BLAKE2b-256 |
c10dab91b0c8cf73fbd0ee9e4368ccada113aae015286c2edaca6118cd2435f6
|
File details
Details for the file salesnexus_cli-0.2.0-py3-none-any.whl.
File metadata
- Download URL: salesnexus_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2cc74a68003d2fb310423a6eb89b58e669b9972b5ed88fd9b2df1f732770eb7
|
|
| MD5 |
2c864ec0fda0275084cb3f559587f917
|
|
| BLAKE2b-256 |
dd826c0baafb0a020d18194c72c37b2fe1536ca4f36530968b31e6c5674e2fca
|