Salesloft
Tools to read cadence actions and related context for sales workflows in Salesloft.
Overview
The Salesloft MCP lets agents read cadence actions and related context directly from your Salesloft workspace, supporting sales workflow automation. Agents can retrieve the actions and tasks needed for daily cadence execution without switching between tools.
Connection Setup (Admin)
- In Dust, go to Spaces → Tools and click Add Tools.
- Select Salesloft from the list of available tools.
- Paste your Salesloft API Key (Personal Access Token) into the field provided and save.
Once connected, the Salesloft toolset will be available to add to agents in the spaces you grant access to.
Authentication
Salesloft authenticates requests using a Bearer token. Dust passes the API key as:
Authorization: Bearer <API_KEY>
See the official Salesloft API Key Authentication documentation for details on creating Personal Access Tokens.
Required API Key Scopes
When creating or editing a Personal Access Token in Salesloft, apply the least-privilege READ scopes that match the endpoints used by the server. At minimum:
| Scope | Required for |
|---|---|
cadences:read | Listing and retrieving cadence actions via the Actions endpoint |
people:read | Reading people/prospect data associated with actions |
team:read | Retrieving team and user context |
If your deployment also fetches cadence step details or other related entities, enable any additional required read scopes to match those endpoints.
References:
Available Tools
| Tool | Description |
|---|---|
| List Actions | List cadence actions filtered by type, status, assignee, or date range. |
| Get Action | Retrieve details of a specific action, including associated person and cadence step context. |
Updated about 12 hours ago
