Skip to main content
Skip table of contents

Creative Force Connector v1.0

1. Prerequisites and Additional Steps

Creative Force is a SaaS platform for managing high-volume e-commerce content production — including photography, video, and copy workflows. It automates sample tracking, shoot planning, post-production, approvals, and asset delivery with integrations to DAMs, PIMs, and creative tools.
Ideal for brands or studios needing scalable, automated creative workflows in one centralized system.

Login to Creative Force using your credentials.

After logging in, you will be directed to the below page.

image-20251107-191821.png

2. Authentication

To create an OAuth2.0 App like below, the user must be an admin user.

2.1. Authentication

Creative Force uses OAuth 2.0 Client Credentials flow to authenticate users and send requests on user’s behalf.

2.2. Register App

You'll need to register your app before getting started. A registered app is assigned a unique Application ID (OAuth: Client ID) and Secret Key (OAuth: Client Secret) which will be used in the Client Credentials flow. The Client Secret should not be shared.

  1. Go to Studio settings → Integrations → Register Apps

  2. Click “REGISTER APP”.

  3. Choose Client Credentials for Allowed Grant Type.

  4. Enter an application name and description.

  5. Choose a user that the Application will behalf on. You can create a new user if needed. The application will use that user’s permissions, role and group, but not the password or token of that user.

image-20251107-192340.png

3. Connection Settings and Configuration

Settings Parameters

Value

Description

Required (Y/N)

Default Value

Connector

Creative Force

Connector Name

Y

Creative Force

Endpoint URL

https://gateway.creativeforce.io/v1

Endpoint required for performing CRUD

Y

https://gateway.creativeforce.io/v1

Authentication

OAuth2.0

Type of authentication

Y

 OAuth2.0

Client ID

{client_id}

{client_id}

Y

{client_id}

Client Secret

{Client_Secret}

{Client_Secret}

Y

{Client_Secret}

Token URL

https://accounts.creativeforce.io/connect/token

Authentication Endpoint

Y

https://accounts.creativeforce.io/connect/token

scopes

cfgateway

Y

cfgateway

image-20251107-193243.png

4. More Information on Creative Force

 Please visit the Creative Force API documentation for more information and how-tos.

https://developers.creativeforce.io/

JavaScript errors detected

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

If this problem persists, please contact our support.