> ## Documentation Index
> Fetch the complete documentation index at: https://docs.asteragents.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Call Salesloft API

> Call any Salesloft API v2 endpoint with the organization's key injected.

Requires a [Salesloft connection](/integrations/salesloft). Use it for endpoints [Salesloft Query](/tools/salesloft_query) and [Salesloft Manage](/tools/salesloft_manage) do not cover: upserts, webhook subscriptions, custom fields, stages, and deletes.

Pass `method` (`GET`, `POST`, `PUT`, `DELETE`; Salesloft updates with `PUT`), an `endpoint` relative to `/v2` such as `/person_upserts`, an optional JSON `body`, and optional `params`. Arrays in `params` become `key[]=` and objects become range filters.

`DELETE /people/{id}` cannot be undone without Salesloft support. Large responses spill to sandbox files.
