Pipedrive Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to APIs.
Key Features
- The adapter models entities like activities, leads, and products as relational tables, allowing you to write SQL to query and modify data.
- Stored procedures allow you to execute operations to
- Live connectivity to these objects means any changes to your account are immediately reflected when using the adapter.
Additionally, the API limits the number and combinations of columns that can be projected over the data or used to restrict the results returned.