Skip to main content
Skip table of contents

OpenText Core Digital Asset Management Core DAM Connector v1.0

Version Date Comment
Current Version (v. 3) Jun 27, 2025 14:38 @a user
v. 2 Jun 27, 2025 14:37 @a user
v. 1 Jun 27, 2025 14:36 @a user

OpenText Core DAM would usually have 3 connections for

https://css.us.api.opentext.com → Uploading Files to be attached to Assets → CSS
https://us.api.opentext.com → Creating Assets and Folders → CMS
https://digitalassets.us.api.opentext.com → Getting Details of Assets and Folders → Digital Assets

1. Prerequisites and Additional Steps

OpenText Core Digital Asset Management (Core DAM) is a multi-tenant SaaS solution for managing digital assets. Store, manage and use a variety of assets (including videos, images, and documents).

Accessing Core DAM

To access (Core DAM) sign into Tenant using correct credentials.

Tenant.png

Click OpenText™ Core DAM in Apps.

DAM.png

Click Go to OpenText™ Core DAM and we will be redirected to Core DAM.

image-20250623-100414.png

2. Authentication

Accessing Developer Organization

To access Developer Organization go to https://ui.otiam.opentext.com/#/myApplications . In My Applications section go into the Developer.

Developer.png

In next page click the Organization which has the OpenText Core DAM Tenant.

Console.png

This will open the developer Organization.

image-20250623-113901.png

Creating Extended Apps

In Developer Organization go to Apps in App Management and click the Add button.

Apps.png

In the next popup set This is a managed app, based on an app definition to false and click the next button.

TaA.png

Enter details in the next screen like Display name, App name , Version and Description and click Save.

image-20250623-121938.png

Copy the Confidential Credentials in next screen to be used in Connection.

CC.png

3. Connector Actions and Tests

1. Misc: GET Files (GET)

Action Name / Method

Upload a file into CSS (POST)

Local Tests

Dev Tests

 

Q/A Tests

 

Action Description

This action is used to upload files to CSS and returns blob Id to be attached to the asset.

 

 

 

Test Case

This action is used to upload files to CSS and returns blob Id to be attached to the asset.

Pass

 

Pass

Request Body Name

Paramenter

Type

Description

 

Tenant

String

Id of the Tenant

File

file

File to be Uploaded

image-20250623-125436.png

2. Create asset (POST)

Action Name / Method

Create asset (POST)

Local Tests

Dev Tests

 

Q/A Tests

 

Action Description

Create an asset in Coredam.

 

 

 

Test Case

Create an asset in Coredam.

Pass

 

Pass

Request Body Name

Paramenter

Type

Description

 

Parent Folder Id

String

Id of the Folder

Type

String

ccm1_dam_brand_assets

Name

String

Name of the asset

Blob Id

String

Blob Id from Upload a file into CSS (POST) step.

Rendition Type

String

primary

Source

String

FILE_ID

image-20250623-130129.png

4. Connection Settings and Configuration

Settings Parameters

Value

Description

Required (Y/N)

Default Value

Connector

OT Coredam

Connector Name

Y

OT Coredam

Host Name

https://css.us.api.opentext.com → CSS → Uploading files
https://us.api.opentext.com → CMS → Creating Assets and Folders
https://digitalassets.us.api.opentext.com → Digital Assets → Getting Assets and Folder Details

Authentication

OAuth2

Type of authentication

Y

 

Username

$user_name

Y

Password

$password

Y

Client ID

$client_Id

Y

Client Secret

$client_secret

Y

Token Url

https://us.api.opentext.com/tenants/{tenantId}/oauth2/token

Y

https://us.api.opentext.com/tenants/{tenantId}/oauth2/token

Scopes

none

none

image-20250623-131803.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.