Skip to main content

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 '{"campaignId":101}'

Agents can create a complete marketing pipeline from a JSON spec:

snx --json marketing-pipelines create --spec examples/new-user-engagement.json

Email and SMS templates

Version 0.2.3 adds content-ready email and SMS template creation for triggered automations, plus template export and domain discovery:

snx domains list --purpose email

snx templates create \
	--name "Welcome email" \
	--media-type email \
	--mode triggered \
	--tracking-domain-id 123 \
	--subject "Welcome to SalesNexus" \
	--from-name "SalesNexus" \
	--from-email hello@example.com \
	--raw-html-file examples/welcome-email.html

snx templates create \
	--name "Trial follow-up SMS" \
	--media-type sms \
	--mode triggered \
	--sms-text-file examples/trial-follow-up-sms.txt

snx templates export 101 --dir exported-template

Campaigns used by stage triggers must be created with --mode triggered. Bulk campaigns are still useful for segment sends, but the automation sender will reject them for stage-trigger actions. For email templates that will be sent, use a validated email-ready domain from snx domains list --purpose email and pass its ID with --tracking-domain-id.

Publish

python -m pip install -e ".[dev]"
python -m build
python -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

salesnexus_cli-0.2.5.tar.gz (25.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

salesnexus_cli-0.2.5-py3-none-any.whl (41.3 kB view details)

Uploaded Python 3

File details

Details for the file salesnexus_cli-0.2.5.tar.gz.

File metadata

  • Download URL: salesnexus_cli-0.2.5.tar.gz
  • Upload date:
  • Size: 25.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for salesnexus_cli-0.2.5.tar.gz
Algorithm Hash digest
SHA256 c7f63a51159c096a3a34e3da5baf385f67e56807b1dc2726f88dbc06d7935ef0
MD5 dd01b239951c48325520f6179f17bce7
BLAKE2b-256 1e7c68ea682cec512f2b6eff5228067ee2278df14a65c8f7c6c6bae9acb7febd

See more details on using hashes here.

File details

Details for the file salesnexus_cli-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: salesnexus_cli-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 41.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for salesnexus_cli-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8dac459a3f35b26032994314b7bf13094a39769ba6f49841226c1eaa736a9c7a
MD5 2a957f0b30891c7be8d7991523a22753
BLAKE2b-256 de387e7c9dd541591c92b24a4e71bc03c97ea9a30e2d477be51243f9ce5a6719

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page