1. General Information
Creative Force is a cloud-based production and workflow management platform built specifically for e-commerce content creation. Founded in 2019, it helps brands and studios streamline the entire creative process—from pre-production to final delivery—by automating tasks, managing samples, and connecting teams, tools, and data in one system
2. Connect Creative Force to OneTeg
To create an OAuth 2.0 application as illustrated below, the user must possess administrative privileges.
Creating an App on Creative Force Platform
Before initiating the process, it is essential to register the application. Upon successful registration, the application will be assigned a unique Application ID (OAuth: Client ID) and a Secret Key (OAuth: Client Secret), which are required for Client Credentials authentication within OneTeg.
Procedure for Application Registration:
-
Navigate to Studio settings → Integrations → Register Apps.
-
Select the “REGISTER APP” option.
-
Specify Client Credentials as the Allowed Grant Type.
-
Provide an application name and a detailed description.
-
Select a user on whose behalf the application will operate. If necessary, create a new user. The application will inherit the selected user’s permissions, roles, and group memberships; however, it will not have access to the user’s password or authentication tokens.
3. Connection Settings and Configuration for OneTeg
|
Settings Parameters |
Value |
Description |
Required (Y/N) |
|---|---|---|---|
|
Connection Name |
Creative Force |
Preferred Connection Designation |
Y |
|
Connector |
creativeforceConnector-v1.0 |
Preferred Connector Designation |
|
|
Endpoint URL |
Endpoint required for performing CRUD |
Y |
|
|
Authentication |
OAuth2 |
Type of authentication |
Y |
|
Client ID |
<client_id> |
Client_id value from Creative Force App |
Y |
|
Client Secret |
<Client_Secret> |
Client_Secret value from Creative Force App |
Y |
|
Token URL |
Authentication Endpoint |
Y |
|
|
scopes |
cfgateway |
Scopes for CRUD operations |
Y |
4. Supported Creative Force Actions and Options