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.


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.


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 |



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 |

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 |

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 |

4. Connection Settings and Configuration
