Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Pipedrive APIs.
Key Features
- The connector models Pipedrive entities like documents, folders, and groups as relational views, allowing you to write SQL to query Pipedrive data.
- Stored procedures allow you to execute operations to Pipedrive
- Live connectivity to these objects means any changes to your Pipedrive account are immediately reflected when using the connector.
Views
Views describes the available views. Views are statically defined to model Pipedrive entities such as Currencies, DealsPersons, and ProductsFiles.
Tables
Tables describes the available tables. Tables are statically defined to model Pipedrive entities such as Activities, Users, and Leads.
Stored Procedures
Stored Procedures are function-like interfaces to Pipedrive. Stored procedures allow you to execute operations to Pipedrive, including downloading documents and moving envelopes.