Pipeline name for Sync configuration: custom_objects When using a Custom Object, you must specify the customObjectName in the Sync configuration. No mapping will be applied to a Custom Object sync, so all properties will be synced as-is and available in the customFields object.
id
string
required

Unique identifier for the record in Paragon

externalId
string
required

External identifier for the record in the source integration

createdAt
string<date-time>
required

Timestamp of when the record was created

updatedAt
string<date-time>
required

Timestamp of when the record was last updated

objectType
string
required

The object type identifier (e.g., Product_Catalog__c, feedback_submissions, etc.)

Example:

"Product_Catalog__c"

customFields
object

All fields for the record, synced as-is from the source integration

Example:
{
"product_name": "Enterprise License",
"price": 99.99,
"category": "Software",
"is_active": true,
"tags": ["enterprise", "software", "license"]
}