Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Salesloft APIs.
Key Features
- The driver models Salesloft entities like accounts, people, and tasks as relational views, allowing you to write SQL to query Salesloft data.
- Stored procedures allow you to execute operations to Salesloft
- Live connectivity to these objects means any changes to your Salesloft account are immediately reflected when using the driver.
Views
Views describes the available views. Views are statically defined to model AccountStages, AccountTiers,Actions, etc.
Tables
Tables describes the available tables. Tables are statically defined to model Accounts, People, Imports, Tasks, etc.
Stored Procedures
Stored Procedures are function-like interfaces to Salesloft. Stored procedures allow you to execute operations to Salesloft, including downloading documents and moving envelopes.