Conga CLM (platform)
Conga CLM is an enterprise contract-lifecycle platform of Apttus lineage, shipped in two materially different deployments: CLM for Salesforce (a managed package running inside the customer's own Salesforce org) and CLM on the Conga Advantage Platform (Conga-hosted REST APIs). composerID publishes into Conga by creating or amending an Agreement record once a decision has been taken, carrying the Intent ID onto that record so the paper reconciles back to the decision. Conga records and progresses the agreement; it is not the system that decided the engagement should happen.
The public API facts composerID's adapter relies on. Tenant-specific details (custom fields, picklists, approval chains) are confirmed during connection and folded into the MappingProfile.
The Conga CLM API details are for registered developers
Auth model, base URLs, event posture and rate limits, free with a developer account.
Get free access → Registered developers are recognised automatically.“Docs confidence” describes how deterministic our mapping templates can be before we connect to a tenant. Even with public docs, implementations vary, especially around custom fields, approval flows and object extensions.
Deterministic mapping
Common Workforce Model fields map to known API fields. Best for standard objects (requisitions, assignments, timesheets, POs).
Tenant discovery
composerID can scan tenant configuration (custom fields, picklists, required fields) where the platform permits it, then generate a tenant‑specific MappingProfile.
Enrichment loop
If the target platform requires a field the Intent record doesn't yet have, composerID emits an enrichment_request back to the intake layer.
An opinionated baseline. The platform adapter enforces additional requirements via preflight. “Tenant required” fields are discovered during connection and added to the MappingProfile.
The field-level mapping is for registered developers
Object targets, canonical fields and the Intent ID carrier for Conga CLM, free with a developer account.
Get free access → Registered developers are recognised automatically.Idempotency & drift: publish + reconcileExpand
Publish operations are idempotent using a deterministic key {intent_id}-{intent_version}-{target_system}. Because humans can change records inside the platform, composerID supports reconciliation: it compares the platform record snapshot to the canonical intent and flags drift.
Real deployments rely on program-specific custom fields (for compliance, approvals, GL coding, rate rules or supplier constraints). composerID is designed to generate tenant‑specific mappings rather than forcing you to redesign your intake.
How scanning works
High-level flow
What gets produced
Portable artefacts
Tenant-mapping notes are for registered developers
Where Conga CLM deployments differ tenant to tenant, and what to check before first publish.
Get free access → Registered developers are recognised automatically.Use this page alongside the API + Schemas docs to implement: destination connection, preflight validation, publish, webhook back-sync and reconciliation.