Adobe Creative Cloud Libraries Modules
- Topics:
- Workfront Fusion
With the Adobe Workfront Fusion Adobe Creative Cloud Libraries modules, you can start a scenario when an element or library is created or updated. You can also upload, retrieve, archive, or list elements, or make a call to the Adobe Creative Cloud Libraries API.
If you need instructions on creating a scenario, see the articles under Create a scenario: article index.
For information about modules, see the articles under Modules: article index.
Access requirements
Expand to view access requirements for the functionality in this article.
You must have the following access to use the functionality in this article:
Adobe Workfront package | Any |
Adobe Workfront license |
New: Standard Or Current: Work or higher |
Adobe Workfront Fusion license** |
Current: No Workfront Fusion license requirement Or Legacy: Workfront Fusion for Work Automation and Integration |
Product |
New:
Or Current: Your organization must purchase Adobe Workfront Fusion. |
For more detail about the information in this table, see Access requirements in documentation.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.
Prerequisites
To use Adobe Creative Cloud Libraries modules, you must have an Adobe Creative Cloud account.
Adobe Creative Cloud Libraries API information
The Adobe Creative Cloud Libraries connector uses the following:
Base URL | https://cc-libraries.adobe.io/api/v1 |
API tag | v1.1.7 |
Adobe Creative Cloud Libraries modules and their fields
When you configure Adobe Creative Cloud Libraries modules, Workfront Fusion displays the fields listed below. Along with these, additional Adobe Creative Cloud Libraries fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.
If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another.
Elements
Archive an Element
This action module archives an element from a library.
Get an Element
This action module returns a single element from a library.
Select the type of information that the module returns.
-
Default
Base data
-
Details
All available data
-
Representations
A flattened list of assets associated with the library element
List Elements
This action module retrieves a list of elements in a library.
string
.Select the type of information that the module returns.
-
Default
Base data
-
Details
All available data
-
Representations
A flattened list of assets associated with the library element
Watch New Element in Library
This trigger module starts a scenario when an element is added to a library.
Watch Updated Elements
This trigger module starts a scenario when an element in a library is updated.
Libraries
Watch New Libraries
This trigger module starts a scenario when a new library is created.
Watch Updated Libraries
This trigger module starts a scenario when an existing library is updated.
Other
Make an API Call
This module makes a custom API call to the Adobe Creative Cloud Libraries API.
Enter a path relative to https://cc-libraries.adobe.io/api
.
For example /v1/libraries
.
Add the headers of the request in the form of a standard JSON object.
For example, {"Content-type":"application/json"}
Workfront Fusion adds the authorization headers for you.
Add the query for the API call in the form of a standard JSON object.
For example: {"name":"something-urgent"}
Add the body content for the API call in the form of a standard JSON object.
Note:
When using conditional statements such as if
in your JSON, put the quotation marks outside of the conditional statement.
If you want to upload a transient document, enter the source file for the document you want to upload.
Select a source file from a previous module, or map the source file's name and data.
Upload an Asset
This action module uploads a small file asset to an existing library. Maximum file size is 1 GB.
Select the processing mode to invoke this request process with.
-
sync
The API call is processed synchronously. The response is delivered when processing is complete (unless the call times out.)
-
async
The async monitor response is immediately returned, and request processing occurs asynchronously. The calling is responsible for polling the endpoint until completion.
-
sync,async (Default)
Synchronous processing of the request is attempted. When the processing extends past 5000 ms, the async monitor response is returned. The monitor URL should be polled until the request is complete.