Get started

CRM, sales & support · wired today

What can agents actually do with Salesloft?

Pipeline truth lives here, and agents are only as honest as their source. The Salesloft connector is one of 205 executable connectors and gives agents 7 read-only tools, with the credential held in the vault and every call receipted.

The Salesloft tool list, exactly as agents see it

  • get_current_user — Get the Salesloft user the API key acts as, with team and role
  • list_people — List Salesloft people (contacts), optionally filtered to one email address
  • get_person — Get one Salesloft person by ID
  • list_accounts — List Salesloft accounts (companies), optionally filtered by domain
  • list_cadences — List Salesloft cadences with their people counts
  • list_users — List Salesloft users on the team
  • list_emails — List Salesloft emails with delivery, view and click counts

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

What the Salesloft connector needs

You provide API key from your Salesloft account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Salesloft's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

Salesloft answers every unauthenticated request identically, so its endpoint paths rest on Salesloft's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.

Salesloft integration FAQ

What can Quox agents do with Salesloft?

Agents can run 7 read-only tools against Salesloft: get current user, list people, get person, list accounts, list cadences and more. Every call is receipted in the evidence trail.

What does the Salesloft integration need?

You provide API key from your Salesloft account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Salesloft credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Salesloft connector?

Salesloft answers every unauthenticated request identically, so its endpoint paths rest on Salesloft's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.