Skip to main content
Skip table of contents

Fadel Connector v1.0

1. General Information

Log into Fadel Portal with the correct credentials. Fadel provides the leading cloud platform for building, delivering, and optimizing digital experiences.

image-20241231-002530.png

image-20241231-002544.png

2. API authentication methods and Auth token

The authenticate API (/authenticate) is called to get an access token that can be used for all other API calls.

The request body should be passed in JSON format holding any of the following parameters

  • “authRequestToken”: “string” (Base64 encoding of username:password. The base64 encoding of a string can be retrieved from https://www.base64encode.org/  )

  • “googleAccessToken”: "string" (Google access token. Can be used if your username is the same as your gmail address and SSO -single sign on - is enabled for your tenant)

  • “microsoftAccessToken”: "string" (Microsoft access token. Can be used if your username is the same as your Microsoft email address and SSO -single sign on - is enabled for your tenant)

For OneTeg connector, we are using “authRequestToken” method.

image-20241231-002605.png

image-20241231-002617.png


3. Connector Action & Tests

Action Name / Method

Create Asset with Thumbnail

Action Description

Create new asset with thumbnail file attached

Test Case

 

Request Body Name

Parameter

Type

Description (Example)

 

StatusCode

 

Asset status

 

TypeCode

 

Asset Type. Type list can be loaded through Asset Types endpoint.

 

Thumbnail

 

Provide thumbnail image data in Base64 encoding format

 

OrgId (AssetOrgLst)

 

Unique identifier of the Business Unit. Organization list is available through ORGS API endpoint

 

OrgName

 

Organization Name

image-20240802-103017.png
image-20240802-103853.png
image-20240802-103918.png

 

Action Name / Method

Search Asset

Action Description

Search Assets based on filters

Test Case

 

Request Body Name

Parameter

Type

Description (Example)

 

Offset

 

Specify offset

 

Page

 

Specify search page number

 

Statuscode

 

Search by Status

 

Typecode

 

Search by Type

 

Description

 

Search by Description

 

Name

 

Search by Name

image-20240810-093549.png

 

Action Name / Method

Get Asset Details

Action Description

Get Asset details

Test Case

 

Request Body Name

Parameter

Type

Description (Example)

 

Asset Id

 

Specify Asset id

image-20240810-093737.png

 

Action Name / Method

Update An Existing Asset

Action Description

Update an existing asset

Test Case

 

Request Body Name

Parameter

Type

Description (Example)

 

Asset Id

String

Specify Asset id

 

Name

String

Specify asset name

 

Description

String

Specify asset description

image-20240810-093951.png

 


4. Connection Settings and Configuration

image-20241231-002646.png

 

JavaScript errors detected

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

If this problem persists, please contact our support.