Salesloft
Sales engagement platform for people, accounts, cadences, tasks, calls, and webhook events.
Tools
| Name | Description |
|---|---|
list_peopleList Salesloft people with bounded pagination and optional filters. | List Salesloft people with bounded pagination and optional filters. |
get_personGet a specific Salesloft person by ID. | Get a specific Salesloft person by ID. |
create_personCreate a new person in Salesloft. | Create a new person in Salesloft. |
update_personUpdate explicit fields on a single Salesloft person. | Update explicit fields on a single Salesloft person. |
list_accountsList Salesloft accounts. | List Salesloft accounts. |
get_accountGet a specific Salesloft account by ID. | Get a specific Salesloft account by ID. |
create_accountCreate a Salesloft account. | Create a Salesloft account. |
list_cadencesList Salesloft cadences. | List Salesloft cadences. |
get_cadenceGet a specific Salesloft cadence by ID. | Get a specific Salesloft cadence by ID. |
list_cadence_membershipsList Salesloft cadence memberships for people and cadences. | List Salesloft cadence memberships for people and cadences. |
list_tasksList Salesloft tasks. | List Salesloft tasks. |
list_callsList Salesloft activity call records. | List Salesloft activity call records. |
list_webhook_subscriptionsList Salesloft webhook subscriptions for this application. | List Salesloft webhook subscriptions for this application. |
create_webhook_subscriptionCreate a Salesloft webhook subscription for one event type and callback URL. | Create a Salesloft webhook subscription for one event type and callback URL. |
delete_webhook_subscriptionDelete a specific Salesloft webhook subscription. Requires exact subscription ID and confirmation. | Delete a specific Salesloft webhook subscription. Requires exact subscription ID and confirmation. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Salesloft webhook events. Create a Salesloft webhook subscription that points at this trigger URL. | Receive Salesloft webhook events. Create a Salesloft webhook subscription that points at this trigger URL. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('salesloft', 'list_people', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'salesloft',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Salesloft to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Salesloft support?
Salesloft supports 15 tools including List People, Get Person, Create Person, Update Person, List Accounts, and more.
Can I use Salesloft with AI agents?
Yes. Add Salesloft to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Salesloft to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Salesloft as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Salesloft tools exposed by that workspace.
Does Salesloft work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Salesloft work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Salesloft?
Salesloft exposes 15 tools, including List People, Get Person, Create Person, Update Person, List Accounts, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Salesloft be used in stateful agent workflows?
Yes. Agents can combine Salesloft tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Salesloft use?
Salesloft uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Salesloft integration cost?
The Salesloft integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Salesloft support?
Salesloft supports 1 triggers including Webhook Event.
Connect Salesloft in minutes
Get 20,000 free action executions every month. No credit card required.