{"@context": "https://schema.org", "@type": "WebAPI", "name": "SalesLoft Platform API", "description": "SalesLoft helps transform sales teams into modern sales organizations - converting more target accounts into customer accounts", "provider": {"@type": "Organization", "name": "salesloft.com"}, "documentation": "https://developers.salesloft.com/v2_api_def.json"}
SalesLoft helps transform sales teams into modern sales organizations - converting more target accounts into customer accounts
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.salesloft.com
auth: o a u t h 2
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
SalesLoft helps transform sales teams into modern sales organizations - converting more target accounts into customer accounts
| method | path | what the vendor says it does |
|---|---|---|
GET | /v2/account_stages.json | List account stages Fetches multiple account stage records. The records can be filtered, paged, and sorted acc |
GET | /v2/account_stages/{id}.json | Fetch an account stage Fetches an account stage, by ID only. Account Stages |
GET | /v2/account_tiers.json | List Account Tiers Fetches multiple account tier records. The records can be filtered, paged, and sorted accor |
GET | /v2/account_tiers/{id}.json | Fetch an account tier Fetches an account tier, by ID only. Account Tiers |
POST | /v2/account_upserts.json | Upsert an account Upserts an account record. The upsert_key dictates how the upsert will be performed. The cre |
GET | /v2/accounts.json | List accounts Fetches multiple account records. The records can be filtered, paged, and sorted according to th |
POST | /v2/accounts.json | Create an account Creates an account. "domain" must be unique on the current team. Accounts |
GET | /v2/accounts/{id}.json | Fetch an account Fetches an account, by ID only. Accounts |
PUT | /v2/accounts/{id}.json | Update an existing Account Updates an account. "domain" must be unique on the current team. Accounts |
DELETE | /v2/accounts/{id}.json | Delete an account Deletes an account. This operation is not reversible without contacting support. This operat |
GET | /v2/action_details/call_instructions.json | List call instructions Fetches multiple call instruction records. The records can be filtered, paged, and sort |
GET | /v2/action_details/call_instructions/{id}.json | Fetch a call instructions Fetches a call instruction, by ID only. Action Details - Call Instructions |
GET | /v2/actions.json | List actions Fetches multiple action records. The records can be filtered, paged, and sorted according to the |
GET | /v2/actions/{id}.json | Fetch an action Fetches an action, by ID only. This endpoint will only return actions that are in_progress or |
POST | /v2/activities.json | Create an activity Creates an activity. An activity will mark the associated action as completed. Currently, o |
GET | /v2/activities/calls.json | List calls Fetches multiple call records. The records can be filtered, paged, and sorted according to the resp |
POST | /v2/activities/calls.json | Create a call Creates a call. The parameters of this endpoint can be used to create an action and ensure that |
GET | /v2/activities/calls/{id}.json | Fetch a call Fetches a call, by ID only. Calls |
GET | /v2/activities/emails.json | List emails Fetches multiple email records. The records can be filtered, paged, and sorted according to the re |
GET | /v2/activities/emails/{id}.json | Fetch an email Fetches an email, by ID only. Emails |
GET | /v2/activity_histories | List Past Activities Fetches all of the customer's past activities for your application. Returns all the Activ |
GET | /v2/bulk_jobs | List bulk jobs Fetches multiple bulk job records. The records can be filtered, paged, and sorted according to |
POST | /v2/bulk_jobs | Create a bulk job Creates a bulk job. The type of the bulk job must be included when created. For additional |
GET | /v2/bulk_jobs/{bulk_jobs_id}/job_data | List job data for a bulk job Fetches multiple job data records for a given bulk job. Pagination is not support |
POST | /v2/bulk_jobs/{bulk_jobs_id}/job_data | Create job data for a bulk job Upload job data for the specified bulk job. Upload an array of objects, where e |
GET | /v2/bulk_jobs/{bulk_jobs_id}/results | List job data for a completed bulk job. Fetches multiple job data records for a completed bulk job. Note that |
GET | /v2/bulk_jobs/{id} | Fetch a bulk job Fetches a bulk job, by ID only. Bulk Jobs |
PUT | /v2/bulk_jobs/{id} | Update a bulk job Updates a bulk job's name and / or marks a bulk job as 'ready_to_execute'. May only be upda |
GET | /v2/cadence_exports/{id}.json | Export a cadence Exports a cadence as JSON. Cadence Exports |
POST | /v2/cadence_imports.json | Import cadences from JSON New cadences can be created or steps can be imported onto existing cadences which do |
GET | /v2/cadence_memberships.json | List cadence memberships Fetches multiple cadence membership records. The records can be filtered, paged, and |
POST | /v2/cadence_memberships.json | Create a cadence membership Adds a person to a cadence. person_id and cadence_id are required, and must be vis |
GET | /v2/cadence_memberships/{id}.json | Fetch a cadence membership Fetches a cadence membership, by ID only. Cadence Memberships |
DELETE | /v2/cadence_memberships/{id}.json | Delete a cadence membership Cadence Membership Cadence Memberships |
GET | /v2/cadences.json | List cadences Fetches multiple cadence records. The records can be filtered, paged, and sorted according to th |
GET | /v2/cadences/{id}.json | Fetch a cadence Fetches a cadence, by ID only. Cadences |
GET | /v2/calendar/events | List calendar events Returns all calendar events, paginated and filtered by the date. Calendar Events |
POST | /v2/calendar/events/upsert | Upsert a calendar event Upserts a calendar event object. Upsert key is a combination of `id` and `i_cal_uid` |
GET | /v2/call_data_records.json | List call data records Fetches multiple call data records. The records can be filtered, paged, and sorted acco |
GET | /v2/call_data_records/{id}.json | Fetch a call data record Fetches a call data record, by ID only. Call Data Records |
and 78 more operation(s) in this specification, all searchable.
specification origin: https://developers.salesloft.com/v2_api_def.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.