Setup
Connect to your Adobe Workfront app for OAuth.
Cobalt offers both Key Based and OAuth 2.0 integration for Adobe Workfront. In this guide, we will look at the OAuth App setup process.
To setup your Adobe Workfront app in Cobalt for OAuth, you will need the following credentials from your Adobe Workfront account:
- Client ID
- Client Secret
Pre-requisites
- Adobe Workfront account. You can create a test account here.
Creating an app in Adobe Workfront
To create a Adobe Workfront app and acquire the above mentioned credentials, please follow the steps mentioned below:
- Log in to your Adobe Workfront account.
- Click on the waffle icon in the top right of the nav bar, select
Setup
in the menu and chooseOAuth2 Application
under System in the side menu.
-
Click on
Create app integration
button > Choose Web Application underAuthentication method
> Provide aName
for your app and click onCreate
. -
Go to your
Apps catalog
in Cobalt > Search forAdobe Workfront
>Settings
>Use your credentials
>Callback Url
> Copy it. -
Select the app created, paste the Callback Url under
Redirect URls
and click onSave
. -
Copy the
Client ID' and generate a Secret by clicking on
+Add Client Secret` under Basic information section.
Store the Client Secret somewhere as it will be shown only once.
Configuring credentials in Cobalt
App settings page lets you configure the authentication settings for an OAuth 2.0
based application. For your customers to provide you authorization to access their data,
they would first need to install your application. This page lets you set up your application credentials.
Provide the acquired Client ID and Client Secret under Settings of the app and save it.
Actions and triggers
Once the above setup is completed, you can create orchestrations of your use-cases using Adobe Workfront actions and triggers. Following are the set of Adobe Workfront actions and triggers supported by Cobalt.
Document
Document
- Update Document - Updates existing Document By ID in Adobe Workfront.
- Delete Document - Delete existing Document By ID in Adobe Workfront.
- Get Documents - Search all Documents in Adobe Workfront.
Folder
Folder
- Create Folder - Creates a new Folder in Adobe Workfront.
- Update Folder - Updates existing Folder By ID in Adobe Workfront.
- Delete Folder - Delete existing Folder By ID in Adobe Workfront.
- Get Folders - Search all Folders in Adobe Workfront.
Project
Project
- Create Project - Creates a new Project in Adobe Workfront.
- Update Project - Updates existing Project By ID in Adobe Workfront.
- Get Projects - Search all Projects in Adobe Workfront.
- Delete Folder - Delete existing Folder By ID in Adobe Workfront.
- Get Folders - Search all Folders in Adobe Workfront.
Task
Task
- Create Task - Creates a new Task in Adobe Workfront.
- Update Task - Updates existing Task By ID in Adobe Workfront.
- Delete Task - Delete existing Task By ID in Adobe Workfront.
- Get Task - Search all Tasks in Adobe Workfront.
User
User
- Create User - Creates a new user in Adobe Workfront.
- Update User - Updates existing user By ID in Adobe Workfront.
- Delete User - Delete existing user By ID in Adobe Workfront.
- Get Users - Search all Users in Adobe Workfront.
Others
Others
- HTTP Request - Make HTTP API calls to any Adobe Workfront documented REST APIs.
Document
Document
- Update Document - Updates existing Document By ID in Adobe Workfront.
- Delete Document - Delete existing Document By ID in Adobe Workfront.
- Get Documents - Search all Documents in Adobe Workfront.
Folder
Folder
- Create Folder - Creates a new Folder in Adobe Workfront.
- Update Folder - Updates existing Folder By ID in Adobe Workfront.
- Delete Folder - Delete existing Folder By ID in Adobe Workfront.
- Get Folders - Search all Folders in Adobe Workfront.
Project
Project
- Create Project - Creates a new Project in Adobe Workfront.
- Update Project - Updates existing Project By ID in Adobe Workfront.
- Get Projects - Search all Projects in Adobe Workfront.
- Delete Folder - Delete existing Folder By ID in Adobe Workfront.
- Get Folders - Search all Folders in Adobe Workfront.
Task
Task
- Create Task - Creates a new Task in Adobe Workfront.
- Update Task - Updates existing Task By ID in Adobe Workfront.
- Delete Task - Delete existing Task By ID in Adobe Workfront.
- Get Task - Search all Tasks in Adobe Workfront.
User
User
- Create User - Creates a new user in Adobe Workfront.
- Update User - Updates existing user By ID in Adobe Workfront.
- Delete User - Delete existing user By ID in Adobe Workfront.
- Get Users - Search all Users in Adobe Workfront.
Others
Others
- HTTP Request - Make HTTP API calls to any Adobe Workfront documented REST APIs.
- Task Completed - Triggers when task is completed on Adobe Workfront.
- Issue Status Updated - Triggers when issue status is changed on Adobe Workfront.
- New Issue Created - Triggers when new issue is created on Adobe Workfront.