File Storage
Synced Objects for File Storage integrations represent file and folder metadata. Paragon does not store the contents of the files that are synced; files are proxied from the integration directly upon download request.- File (
files
): A file or folder in a File Storage integration. Files and folders can be distinguished bymimeType
.- For document integrations like ServiceNow or Confluence, documents will be exported as text or HTML files when downloading file content.
CRM
Synced Objects for CRM include normalized schemas for each object type, but any unmapped fields are always available in thecustomFields
property, giving you complete over visibility over the underlying contents of each record.
- Contact (
contacts
): A person with contact details as represented in a CRM integration. - Company (
companies
): A company, organization, or account in a CRM integration. - Deal (
deals
): A deal or opportunity record in a CRM integration. - Custom Object (
custom_objects
): Sync any object, including user-defined custom objects, directly from a CRM with a Custom Object sync pipeline.
Ticketing
Synced Objects for Ticketing include normalized schemas for each object type, and the original fields are each ticket are available asoriginalRecord
.
Files that are attached to the ticket and comments made in the ticket thread can also be retrieved as an archive file.
- Ticket (
tickets
): A ticket in a customer ticketing system or project management service, including metadata about the ticket’s status, priority, and assignee.- Comments and attachments related to the ticket can be downloaded as an archive using the Download Content endpoint.
Customizing the Synced Object Model
Synced Object Model customizations and Custom Source Framework are coming soon. If you are interested in early access, please contact us.