Salesloft
Cadences, calls, and buyer engagement tracking.
Auth: OAuth 2.0Catalog preview
Tools
What your agent can do with Salesloft
SALESLOFT_SEARCHSearch across Salesloft records and content.
SALESLOFT_CREATECreate a new item in Salesloft with validated fields.
SALESLOFT_UPDATEUpdate an existing Salesloft item by id.
SALESLOFT_LISTList and filter Salesloft items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Salesloft from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "SALESLOFT_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'