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.Unique identifier for the record in Paragon
External identifier for the record in the source integration
Timestamp of when the record was created
Timestamp of when the record was last updated
The object type identifier (e.g., Product_Catalog__c
, feedback_submissions
, etc.)
Example:
"Product_Catalog__c"
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"]
}