Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to the Outreach API.
Key Features
- The add-in models Outreach entities as relational views, allowing you to write SQL to query Outreach data.
- Stored procedures allow you to execute operations to Outreach.
- Live connectivity to these objects means any changes to your Outreach account are immediately reflected when using the add-in.
Views
Views describes the available views. Views are statically defined to model Outreach entities such as Accounts, Prospects, and Calls.
Stored Procedures
Stored Procedures are function-like interfaces to Outreach.
Stored procedures allow you to execute operations to Outreach, including downloading documents and moving envelopes.